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