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