Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the networkaddonsoperator v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=networkaddonsoperator.network.kubevirt.io
Package v1alpha1 contains API Schema definitions for the networkaddonsoperator v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=networkaddonsoperator.network.kubevirt.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "networkaddonsoperator.network.kubevirt.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
func RegisterDefaults ¶
RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.
Types ¶
type NetworkAddonsConfig ¶
type NetworkAddonsConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec shared.NetworkAddonsConfigSpec `json:"spec,omitempty"` Status shared.NetworkAddonsConfigStatus `json:"status,omitempty"` }
NetworkAddonsConfig is the Schema for the networkaddonsconfigs API +kubebuilder:subresource:status +kubebuilder:resource:path=networkaddonsconfigs,scope=Cluster +k8s:openapi-gen=true
func (*NetworkAddonsConfig) DeepCopy ¶
func (in *NetworkAddonsConfig) DeepCopy() *NetworkAddonsConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkAddonsConfig.
func (*NetworkAddonsConfig) DeepCopyInto ¶
func (in *NetworkAddonsConfig) DeepCopyInto(out *NetworkAddonsConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NetworkAddonsConfig) DeepCopyObject ¶
func (in *NetworkAddonsConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NetworkAddonsConfigList ¶
type NetworkAddonsConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []NetworkAddonsConfig `json:"items"` }
NetworkAddonsConfigList contains a list of NetworkAddonsConfig
func (*NetworkAddonsConfigList) DeepCopy ¶
func (in *NetworkAddonsConfigList) DeepCopy() *NetworkAddonsConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkAddonsConfigList.
func (*NetworkAddonsConfigList) DeepCopyInto ¶
func (in *NetworkAddonsConfigList) DeepCopyInto(out *NetworkAddonsConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NetworkAddonsConfigList) DeepCopyObject ¶
func (in *NetworkAddonsConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.