Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the nmstate.io v1 API group +kubebuilder:object:generate=true +groupName=nmstate.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "nmstate.io", Version: "v2"} // 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 ClusterNetworkState ¶
type ClusterNetworkState struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ClusterNetworkStateSpec `json:"spec,omitempty"` }
ClusterNetworkState is the Schema for the nodenetworkconfigurationpolicies API
func (*ClusterNetworkState) DeepCopy ¶
func (in *ClusterNetworkState) DeepCopy() *ClusterNetworkState
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterNetworkState.
func (*ClusterNetworkState) DeepCopyInto ¶
func (in *ClusterNetworkState) DeepCopyInto(out *ClusterNetworkState)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterNetworkState) DeepCopyObject ¶
func (in *ClusterNetworkState) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterNetworkStateList ¶
type ClusterNetworkStateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ClusterNetworkState `json:"items"` }
func (*ClusterNetworkStateList) DeepCopy ¶
func (in *ClusterNetworkStateList) DeepCopy() *ClusterNetworkStateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterNetworkStateList.
func (*ClusterNetworkStateList) DeepCopyInto ¶
func (in *ClusterNetworkStateList) DeepCopyInto(out *ClusterNetworkStateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterNetworkStateList) DeepCopyObject ¶
func (in *ClusterNetworkStateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterNetworkStateSpec ¶
type ClusterNetworkStateSpec struct {
State nmstatev2.NetworkState `json:"state,omitempty"`
}
+k8s:deepcopy-gen=true
func (*ClusterNetworkStateSpec) DeepCopy ¶
func (in *ClusterNetworkStateSpec) DeepCopy() *ClusterNetworkStateSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterNetworkStateSpec.
func (*ClusterNetworkStateSpec) DeepCopyInto ¶
func (in *ClusterNetworkStateSpec) DeepCopyInto(out *ClusterNetworkStateSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.