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