Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the cat v1alpha1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/bobcatfish/testing-crds/kubebuilder/pkg/apis/cat +k8s:defaulter-gen=TypeMeta +groupName=cat.bobcatfish.com
Package v1alpha1 contains API Schema definitions for the cat v1alpha1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/bobcatfish/testing-crds/kubebuilder/pkg/apis/cat +k8s:defaulter-gen=TypeMeta +groupName=cat.bobcatfish.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "cat.bobcatfish.com", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} // AddToScheme is required by pkg/client/... AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource is required by pkg/client/listers/...
Types ¶
type Feline ¶
type Feline struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FelineSpec `json:"spec,omitempty"` Status FelineStatus `json:"status,omitempty"` }
Feline is the Schema for the felines API +k8s:openapi-gen=true
func (*Feline) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Feline.
func (*Feline) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Feline) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FelineList ¶
type FelineList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Feline `json:"items"` }
FelineList contains a list of Feline
func (*FelineList) DeepCopy ¶
func (in *FelineList) DeepCopy() *FelineList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FelineList.
func (*FelineList) DeepCopyInto ¶
func (in *FelineList) DeepCopyInto(out *FelineList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FelineList) DeepCopyObject ¶
func (in *FelineList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FelineSpec ¶
type FelineSpec struct { }
FelineSpec defines the desired state of Feline
func (*FelineSpec) DeepCopy ¶
func (in *FelineSpec) DeepCopy() *FelineSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FelineSpec.
func (*FelineSpec) DeepCopyInto ¶
func (in *FelineSpec) DeepCopyInto(out *FelineSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FelineStatus ¶
type FelineStatus struct { }
FelineStatus defines the observed state of Feline
func (*FelineStatus) DeepCopy ¶
func (in *FelineStatus) DeepCopy() *FelineStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FelineStatus.
func (*FelineStatus) DeepCopyInto ¶
func (in *FelineStatus) DeepCopyInto(out *FelineStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.