Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the addons v1alpha1 API group +kubebuilder:object:generate=true +groupName=addons.x-k8s.io
Index ¶
- Variables
- type Flannel
- func (o *Flannel) CommonSpec() addonv1alpha1.CommonSpec
- func (o *Flannel) ComponentName() string
- func (in *Flannel) DeepCopy() *Flannel
- func (in *Flannel) DeepCopyInto(out *Flannel)
- func (in *Flannel) DeepCopyObject() runtime.Object
- func (o *Flannel) GetCommonStatus() addonv1alpha1.CommonStatus
- func (o *Flannel) PatchSpec() addonv1alpha1.PatchSpec
- func (o *Flannel) SetCommonStatus(s addonv1alpha1.CommonStatus)
- type FlannelList
- type FlannelSpec
- type FlannelStatus
Constants ¶
This section is empty.
Variables ¶
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 (*Flannel) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Flannel.
func (*Flannel) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Flannel) DeepCopyObject ¶
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.