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