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