Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the noodepolicies v1 API group +kubebuilder:object:generate=true +groupName=noodepolicies.softonic.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "noodepolicies.softonic.io", 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 NodePolicyProfile ¶
type NodePolicyProfile struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec NodePolicyProfileSpec `json:"spec,omitempty"` Status NodePolicyProfileStatus `json:"status,omitempty"` }
NodePolicyProfile is the Schema for the nodepolicyprofiles API
func (*NodePolicyProfile) DeepCopy ¶
func (in *NodePolicyProfile) DeepCopy() *NodePolicyProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePolicyProfile.
func (*NodePolicyProfile) DeepCopyInto ¶
func (in *NodePolicyProfile) DeepCopyInto(out *NodePolicyProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NodePolicyProfile) DeepCopyObject ¶
func (in *NodePolicyProfile) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NodePolicyProfileList ¶
type NodePolicyProfileList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []NodePolicyProfile `json:"items"` }
NodePolicyProfileList contains a list of NodePolicyProfile
func (*NodePolicyProfileList) DeepCopy ¶
func (in *NodePolicyProfileList) DeepCopy() *NodePolicyProfileList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePolicyProfileList.
func (*NodePolicyProfileList) DeepCopyInto ¶
func (in *NodePolicyProfileList) DeepCopyInto(out *NodePolicyProfileList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NodePolicyProfileList) DeepCopyObject ¶
func (in *NodePolicyProfileList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NodePolicyProfileSpec ¶
type NodePolicyProfileSpec struct { Tolerations []corev1.Toleration `json:"tolerations,omitempty"` NodeAffinity corev1.NodeAffinity `json:"nodeAffinity,omitempty"` NodeSelector map[string]string `json:"nodeSelector,omitempty"` }
NodePolicyProfileSpec defines the desired state of NodePolicyProfile
func (*NodePolicyProfileSpec) DeepCopy ¶
func (in *NodePolicyProfileSpec) DeepCopy() *NodePolicyProfileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePolicyProfileSpec.
func (*NodePolicyProfileSpec) DeepCopyInto ¶
func (in *NodePolicyProfileSpec) DeepCopyInto(out *NodePolicyProfileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NodePolicyProfileStatus ¶
type NodePolicyProfileStatus struct { }
NodePolicyProfileStatus defines the observed state of NodePolicyProfile
func (*NodePolicyProfileStatus) DeepCopy ¶
func (in *NodePolicyProfileStatus) DeepCopy() *NodePolicyProfileStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePolicyProfileStatus.
func (*NodePolicyProfileStatus) DeepCopyInto ¶
func (in *NodePolicyProfileStatus) DeepCopyInto(out *NodePolicyProfileStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.