Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the crew v1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=sigs.k8s.io/kubebuilder/test/project/pkg/apis/crew +k8s:defaulter-gen=TypeMeta +groupName=crew.testproject.org
Package v1 contains API Schema definitions for the crew v1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=sigs.k8s.io/kubebuilder/test/project/pkg/apis/crew +k8s:defaulter-gen=TypeMeta +groupName=crew.testproject.org
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "crew.testproject.org", Version: "v1"} // 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 FirstMate ¶
type FirstMate struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FirstMateSpec `json:"spec,omitempty"` Status FirstMateStatus `json:"status,omitempty"` }
FirstMate is the Schema for the firstmates API +k8s:openapi-gen=true
func (*FirstMate) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FirstMate.
func (*FirstMate) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FirstMate) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FirstMateList ¶
type FirstMateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []FirstMate `json:"items"` }
FirstMateList contains a list of FirstMate
func (*FirstMateList) DeepCopy ¶
func (in *FirstMateList) DeepCopy() *FirstMateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FirstMateList.
func (*FirstMateList) DeepCopyInto ¶
func (in *FirstMateList) DeepCopyInto(out *FirstMateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FirstMateList) DeepCopyObject ¶
func (in *FirstMateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FirstMateSpec ¶
type FirstMateSpec struct { }
FirstMateSpec defines the desired state of FirstMate
func (*FirstMateSpec) DeepCopy ¶
func (in *FirstMateSpec) DeepCopy() *FirstMateSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FirstMateSpec.
func (*FirstMateSpec) DeepCopyInto ¶
func (in *FirstMateSpec) DeepCopyInto(out *FirstMateSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FirstMateStatus ¶
type FirstMateStatus struct { }
FirstMateStatus defines the observed state of FirstMate
func (*FirstMateStatus) DeepCopy ¶
func (in *FirstMateStatus) DeepCopy() *FirstMateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FirstMateStatus.
func (*FirstMateStatus) DeepCopyInto ¶
func (in *FirstMateStatus) DeepCopyInto(out *FirstMateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.