Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme // SchemeGroupVersion is the group version used to register these objects. SchemeGroupVersion = schema.GroupVersion{Group: groupName, Version: version} )
Functions ¶
This section is empty.
Types ¶
type ENIConfig ¶
type ENIConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec ENIConfigSpec `json:"spec"` Status ENIConfigStatus `json:"status,omitempty"` }
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"` Items []ENIConfig `json:"items"` }
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"` }
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 { }
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.