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