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