Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the network v1alpha1 API group +kubebuilder:object:generate=true +groupName=network.suslian.engineer
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "network.suslian.engineer", 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 UnifiNetwork ¶
type UnifiNetwork struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec UnifiNetworkSpec `json:"spec,omitempty"` Status UnifiNetworkStatus `json:"status,omitempty"` }
UnifiNetwork is the Schema for the unifinetworks API
func (*UnifiNetwork) DeepCopy ¶
func (in *UnifiNetwork) DeepCopy() *UnifiNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UnifiNetwork.
func (*UnifiNetwork) DeepCopyInto ¶
func (in *UnifiNetwork) DeepCopyInto(out *UnifiNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UnifiNetwork) DeepCopyObject ¶
func (in *UnifiNetwork) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UnifiNetworkList ¶
type UnifiNetworkList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []UnifiNetwork `json:"items"` }
UnifiNetworkList contains a list of UnifiNetwork
func (*UnifiNetworkList) DeepCopy ¶
func (in *UnifiNetworkList) DeepCopy() *UnifiNetworkList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UnifiNetworkList.
func (*UnifiNetworkList) DeepCopyInto ¶
func (in *UnifiNetworkList) DeepCopyInto(out *UnifiNetworkList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UnifiNetworkList) DeepCopyObject ¶
func (in *UnifiNetworkList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UnifiNetworkSpec ¶
type UnifiNetworkSpec struct { // Foo is an example field of UnifiNetwork. Edit unifinetwork_types.go to remove/update Foo string `json:"foo,omitempty"` }
UnifiNetworkSpec defines the desired state of UnifiNetwork
func (*UnifiNetworkSpec) DeepCopy ¶
func (in *UnifiNetworkSpec) DeepCopy() *UnifiNetworkSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UnifiNetworkSpec.
func (*UnifiNetworkSpec) DeepCopyInto ¶
func (in *UnifiNetworkSpec) DeepCopyInto(out *UnifiNetworkSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UnifiNetworkStatus ¶
type UnifiNetworkStatus struct { }
UnifiNetworkStatus defines the observed state of UnifiNetwork
func (*UnifiNetworkStatus) DeepCopy ¶
func (in *UnifiNetworkStatus) DeepCopy() *UnifiNetworkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UnifiNetworkStatus.
func (*UnifiNetworkStatus) DeepCopyInto ¶
func (in *UnifiNetworkStatus) DeepCopyInto(out *UnifiNetworkStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.