Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the crd v1alpha1 API group +kubebuilder:object:generate=true +groupName=crd.example.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "crd.k8s.amazonaws.com", 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 ENIConfig ¶
type ENIConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ENIConfigSpec `json:"spec,omitempty"` Status ENIConfigStatus `json:"status,omitempty"` }
ENIConfig is the Schema for the eniconfigs API
func (*ENIConfig) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ENIConfig.
func (*ENIConfig) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ENIConfig) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ENIConfigList ¶
type ENIConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ENIConfig `json:"items"` }
ENIConfigList contains a list of ENIConfig
func (*ENIConfigList) DeepCopy ¶
func (in *ENIConfigList) DeepCopy() *ENIConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ENIConfigList.
func (*ENIConfigList) DeepCopyInto ¶
func (in *ENIConfigList) DeepCopyInto(out *ENIConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ENIConfigList) DeepCopyObject ¶
func (in *ENIConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ENIConfigSpec ¶
type ENIConfigSpec struct { SecurityGroups []string `json:"securityGroups"` Subnet string `json:"subnet"` }
ENIConfigSpec defines the desired state of ENIConfig
func (*ENIConfigSpec) DeepCopy ¶
func (in *ENIConfigSpec) DeepCopy() *ENIConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ENIConfigSpec.
func (*ENIConfigSpec) DeepCopyInto ¶
func (in *ENIConfigSpec) DeepCopyInto(out *ENIConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ENIConfigStatus ¶
type ENIConfigStatus struct { }
ENIConfigStatus defines the observed state of ENIConfig
func (*ENIConfigStatus) DeepCopy ¶
func (in *ENIConfigStatus) DeepCopy() *ENIConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ENIConfigStatus.
func (*ENIConfigStatus) DeepCopyInto ¶
func (in *ENIConfigStatus) DeepCopyInto(out *ENIConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.