Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the mesh v1alpha1 API group +groupName=kuma.io
Index ¶
- Variables
- type MeshMultiZoneService
- func (in *MeshMultiZoneService) DeepCopy() *MeshMultiZoneService
- func (in *MeshMultiZoneService) DeepCopyInto(out *MeshMultiZoneService)
- func (in *MeshMultiZoneService) DeepCopyObject() runtime.Object
- func (cb *MeshMultiZoneService) GetMesh() string
- func (cb *MeshMultiZoneService) GetObjectMeta() *metav1.ObjectMeta
- func (cb *MeshMultiZoneService) GetSpec() (core_model.ResourceSpec, error)
- func (cb *MeshMultiZoneService) GetStatus() (core_model.ResourceStatus, error)
- func (cb *MeshMultiZoneService) Scope() model.Scope
- func (cb *MeshMultiZoneService) SetMesh(mesh string)
- func (cb *MeshMultiZoneService) SetObjectMeta(m *metav1.ObjectMeta)
- func (cb *MeshMultiZoneService) SetSpec(spec core_model.ResourceSpec)
- func (cb *MeshMultiZoneService) SetStatus(status core_model.ResourceStatus) error
- type MeshMultiZoneServiceList
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "kuma.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type MeshMultiZoneService ¶
type MeshMultiZoneService struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
// Spec is the specification of the Kuma MeshMultiZoneService resource.
// +kubebuilder:validation:Optional
Spec *policy.MeshMultiZoneService `json:"spec,omitempty"`
// Status is the current status of the Kuma MeshMultiZoneService resource.
// +kubebuilder:validation:Optional
Status *policy.MeshMultiZoneServiceStatus `json:"status,omitempty"`
}
+kubebuilder:object:root=true +kubebuilder:resource:categories=kuma,scope=Namespaced,shortName=mzsvc +kubebuilder:printcolumn:JSONPath=".status.addresses[0].hostname",name=Hostname,type=string
func (*MeshMultiZoneService) DeepCopy ¶
func (in *MeshMultiZoneService) DeepCopy() *MeshMultiZoneService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MeshMultiZoneService.
func (*MeshMultiZoneService) DeepCopyInto ¶
func (in *MeshMultiZoneService) DeepCopyInto(out *MeshMultiZoneService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MeshMultiZoneService) DeepCopyObject ¶
func (in *MeshMultiZoneService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MeshMultiZoneService) GetMesh ¶
func (cb *MeshMultiZoneService) GetMesh() string
func (*MeshMultiZoneService) GetObjectMeta ¶
func (cb *MeshMultiZoneService) GetObjectMeta() *metav1.ObjectMeta
func (*MeshMultiZoneService) GetSpec ¶
func (cb *MeshMultiZoneService) GetSpec() (core_model.ResourceSpec, error)
func (*MeshMultiZoneService) GetStatus ¶
func (cb *MeshMultiZoneService) GetStatus() (core_model.ResourceStatus, error)
func (*MeshMultiZoneService) Scope ¶
func (cb *MeshMultiZoneService) Scope() model.Scope
func (*MeshMultiZoneService) SetMesh ¶
func (cb *MeshMultiZoneService) SetMesh(mesh string)
func (*MeshMultiZoneService) SetObjectMeta ¶
func (cb *MeshMultiZoneService) SetObjectMeta(m *metav1.ObjectMeta)
func (*MeshMultiZoneService) SetSpec ¶
func (cb *MeshMultiZoneService) SetSpec(spec core_model.ResourceSpec)
func (*MeshMultiZoneService) SetStatus ¶
func (cb *MeshMultiZoneService) SetStatus(status core_model.ResourceStatus) error
type MeshMultiZoneServiceList ¶
type MeshMultiZoneServiceList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []MeshMultiZoneService `json:"items"`
}
+kubebuilder:object:root=true +kubebuilder:resource:scope=Namespaced
func (*MeshMultiZoneServiceList) DeepCopy ¶
func (in *MeshMultiZoneServiceList) DeepCopy() *MeshMultiZoneServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MeshMultiZoneServiceList.
func (*MeshMultiZoneServiceList) DeepCopyInto ¶
func (in *MeshMultiZoneServiceList) DeepCopyInto(out *MeshMultiZoneServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MeshMultiZoneServiceList) DeepCopyObject ¶
func (in *MeshMultiZoneServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*MeshMultiZoneServiceList) GetItems ¶
func (l *MeshMultiZoneServiceList) GetItems() []model.KubernetesObject