v1alpha1

package
v0.0.0-...-83429da Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the addons v1alpha1 API group +kubebuilder:object:generate=true +groupName=addons.x-k8s.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "addons.x-k8s.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 Flannel

type Flannel struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FlannelSpec   `json:"spec,omitempty"`
	Status FlannelStatus `json:"status,omitempty"`
}

Flannel is the Schema for the flannels API +kubebuilder:subresource:status

func (*Flannel) CommonSpec

func (o *Flannel) CommonSpec() addonv1alpha1.CommonSpec

func (*Flannel) ComponentName

func (o *Flannel) ComponentName() string

func (*Flannel) DeepCopy

func (in *Flannel) DeepCopy() *Flannel

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Flannel.

func (*Flannel) DeepCopyInto

func (in *Flannel) DeepCopyInto(out *Flannel)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Flannel) DeepCopyObject

func (in *Flannel) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Flannel) GetCommonStatus

func (o *Flannel) GetCommonStatus() addonv1alpha1.CommonStatus

func (*Flannel) PatchSpec

func (o *Flannel) PatchSpec() addonv1alpha1.PatchSpec

func (*Flannel) SetCommonStatus

func (o *Flannel) SetCommonStatus(s addonv1alpha1.CommonStatus)

type FlannelList

type FlannelList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Flannel `json:"items"`
}

FlannelList contains a list of Flannel

func (*FlannelList) DeepCopy

func (in *FlannelList) DeepCopy() *FlannelList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlannelList.

func (*FlannelList) DeepCopyInto

func (in *FlannelList) DeepCopyInto(out *FlannelList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FlannelList) DeepCopyObject

func (in *FlannelList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FlannelSpec

type FlannelSpec struct {
	addonv1alpha1.CommonSpec `json:",inline"`
	addonv1alpha1.PatchSpec  `json:",inline"`
}

FlannelSpec defines the desired state of Flannel

func (*FlannelSpec) DeepCopy

func (in *FlannelSpec) DeepCopy() *FlannelSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlannelSpec.

func (*FlannelSpec) DeepCopyInto

func (in *FlannelSpec) DeepCopyInto(out *FlannelSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FlannelStatus

type FlannelStatus struct {
	addonv1alpha1.CommonStatus `json:",inline"`
}

FlannelStatus defines the observed state of Flannel

func (*FlannelStatus) DeepCopy

func (in *FlannelStatus) DeepCopy() *FlannelStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlannelStatus.

func (*FlannelStatus) DeepCopyInto

func (in *FlannelStatus) DeepCopyInto(out *FlannelStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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