Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the addons v1alpha1 API group +kubebuilder:object:generate=true +groupName=addons.example.org
Index ¶
- Variables
- type Guestbook
- func (o *Guestbook) CommonSpec() addonv1alpha1.CommonSpec
- func (o *Guestbook) ComponentName() string
- func (in *Guestbook) DeepCopy() *Guestbook
- func (in *Guestbook) DeepCopyInto(out *Guestbook)
- func (in *Guestbook) DeepCopyObject() runtime.Object
- func (o *Guestbook) GetCommonStatus() addonv1alpha1.CommonStatus
- func (o *Guestbook) PatchSpec() addonv1alpha1.PatchSpec
- func (o *Guestbook) SetCommonStatus(s addonv1alpha1.CommonStatus)
- type GuestbookList
- type GuestbookSpec
- type GuestbookStatus
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "addons.example.org", 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 Guestbook ¶
type Guestbook struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GuestbookSpec `json:"spec,omitempty"` Status GuestbookStatus `json:"status,omitempty"` }
Guestbook is the Schema for the guestbooks API
func (*Guestbook) CommonSpec ¶
func (o *Guestbook) CommonSpec() addonv1alpha1.CommonSpec
func (*Guestbook) ComponentName ¶
func (*Guestbook) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Guestbook.
func (*Guestbook) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Guestbook) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Guestbook) GetCommonStatus ¶
func (o *Guestbook) GetCommonStatus() addonv1alpha1.CommonStatus
func (*Guestbook) PatchSpec ¶
func (o *Guestbook) PatchSpec() addonv1alpha1.PatchSpec
func (*Guestbook) SetCommonStatus ¶
func (o *Guestbook) SetCommonStatus(s addonv1alpha1.CommonStatus)
type GuestbookList ¶
type GuestbookList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Guestbook `json:"items"` }
GuestbookList contains a list of Guestbook
func (*GuestbookList) DeepCopy ¶
func (in *GuestbookList) DeepCopy() *GuestbookList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuestbookList.
func (*GuestbookList) DeepCopyInto ¶
func (in *GuestbookList) DeepCopyInto(out *GuestbookList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GuestbookList) DeepCopyObject ¶
func (in *GuestbookList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GuestbookSpec ¶
type GuestbookSpec struct { addonv1alpha1.CommonSpec `json:",inline"` addonv1alpha1.PatchSpec `json:",inline"` }
GuestbookSpec defines the desired state of Guestbook
func (*GuestbookSpec) DeepCopy ¶
func (in *GuestbookSpec) DeepCopy() *GuestbookSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuestbookSpec.
func (*GuestbookSpec) DeepCopyInto ¶
func (in *GuestbookSpec) DeepCopyInto(out *GuestbookSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GuestbookStatus ¶
type GuestbookStatus struct {
addonv1alpha1.CommonStatus `json:",inline"`
}
GuestbookStatus defines the observed state of Guestbook
func (*GuestbookStatus) DeepCopy ¶
func (in *GuestbookStatus) DeepCopy() *GuestbookStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuestbookStatus.
func (*GuestbookStatus) DeepCopyInto ¶
func (in *GuestbookStatus) DeepCopyInto(out *GuestbookStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.