Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the ship v1alpha1 API group +kubebuilder:object:generate=true +groupName=ship.zchee.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "ship.zchee.io", Version: "v1alpha1"} // 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 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
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 { // Foo is an example field of Frigate. Edit frigate_types.go to remove/update Foo string `json:"foo,omitempty"` }
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.