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