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