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