Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the demo v1alpha1 API group +kubebuilder:object:generate=true +groupName=demo.openshift.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "demo.openshift.com", 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 BoutiqueShop ¶
type BoutiqueShop struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BoutiqueShopSpec `json:"spec,omitempty"` Status BoutiqueShopStatus `json:"status,omitempty"` }
BoutiqueShop is the Schema for the boutiqueshops API
func (*BoutiqueShop) DeepCopy ¶
func (in *BoutiqueShop) DeepCopy() *BoutiqueShop
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BoutiqueShop.
func (*BoutiqueShop) DeepCopyInto ¶
func (in *BoutiqueShop) DeepCopyInto(out *BoutiqueShop)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BoutiqueShop) DeepCopyObject ¶
func (in *BoutiqueShop) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BoutiqueShopList ¶
type BoutiqueShopList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BoutiqueShop `json:"items"` }
BoutiqueShopList contains a list of BoutiqueShop
func (*BoutiqueShopList) DeepCopy ¶
func (in *BoutiqueShopList) DeepCopy() *BoutiqueShopList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BoutiqueShopList.
func (*BoutiqueShopList) DeepCopyInto ¶
func (in *BoutiqueShopList) DeepCopyInto(out *BoutiqueShopList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BoutiqueShopList) DeepCopyObject ¶
func (in *BoutiqueShopList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BoutiqueShopSpec ¶
type BoutiqueShopSpec struct { // LoadGeneratorUsers specifies how many fake users the load generator // should simulate. When nil, the load generator Deployment will not run. // +kubebuilder:validation:Minimum=0 LoadGeneratorUsers *int `json:"loadGeneratorUsers,omitempty"` }
BoutiqueShopSpec defines the desired state of BoutiqueShop
func (*BoutiqueShopSpec) DeepCopy ¶
func (in *BoutiqueShopSpec) DeepCopy() *BoutiqueShopSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BoutiqueShopSpec.
func (*BoutiqueShopSpec) DeepCopyInto ¶
func (in *BoutiqueShopSpec) DeepCopyInto(out *BoutiqueShopSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BoutiqueShopStatus ¶
type BoutiqueShopStatus struct {
URL string `json:"url,omitempty"`
}
BoutiqueShopStatus defines the observed state of BoutiqueShop
func (*BoutiqueShopStatus) DeepCopy ¶
func (in *BoutiqueShopStatus) DeepCopy() *BoutiqueShopStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BoutiqueShopStatus.
func (*BoutiqueShopStatus) DeepCopyInto ¶
func (in *BoutiqueShopStatus) DeepCopyInto(out *BoutiqueShopStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.