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