Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkAttachmentDefinition ¶
type NetworkAttachmentDefinition struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec NetworkAttachmentDefinitionSpec `json:"spec"` }
func (*NetworkAttachmentDefinition) DeepCopy ¶
func (in *NetworkAttachmentDefinition) DeepCopy() *NetworkAttachmentDefinition
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkAttachmentDefinition.
func (*NetworkAttachmentDefinition) DeepCopyInto ¶
func (in *NetworkAttachmentDefinition) DeepCopyInto(out *NetworkAttachmentDefinition)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NetworkAttachmentDefinition) DeepCopyObject ¶
func (in *NetworkAttachmentDefinition) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NetworkAttachmentDefinitionList ¶
type NetworkAttachmentDefinitionList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []NetworkAttachmentDefinition `json:"items"` }
func (*NetworkAttachmentDefinitionList) DeepCopy ¶
func (in *NetworkAttachmentDefinitionList) DeepCopy() *NetworkAttachmentDefinitionList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkAttachmentDefinitionList.
func (*NetworkAttachmentDefinitionList) DeepCopyInto ¶
func (in *NetworkAttachmentDefinitionList) DeepCopyInto(out *NetworkAttachmentDefinitionList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NetworkAttachmentDefinitionList) DeepCopyObject ¶
func (in *NetworkAttachmentDefinitionList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NetworkAttachmentDefinitionSpec ¶
type NetworkAttachmentDefinitionSpec struct {
Config string `json:"config"`
}
func (*NetworkAttachmentDefinitionSpec) DeepCopy ¶
func (in *NetworkAttachmentDefinitionSpec) DeepCopy() *NetworkAttachmentDefinitionSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkAttachmentDefinitionSpec.
func (*NetworkAttachmentDefinitionSpec) DeepCopyInto ¶
func (in *NetworkAttachmentDefinitionSpec) DeepCopyInto(out *NetworkAttachmentDefinitionSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.