v1alpha1

package
v2.12.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the mesh v1alpha1 API group +groupName=kuma.io

Index

Constants

This section is empty.

Variables

View Source
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

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 (*MeshMultiZoneService) GetStatus

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL