Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the cache v1alpha1 API group +kubebuilder:object:generate=true +groupName=cache.example.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "cache.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 SampleOperand ¶
type SampleOperand struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SampleOperandSpec `json:"spec,omitempty"` Status SampleOperandStatus `json:"status,omitempty"` }
SampleOperand is the Schema for the sampleoperands API
func (*SampleOperand) DeepCopy ¶
func (in *SampleOperand) DeepCopy() *SampleOperand
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SampleOperand.
func (*SampleOperand) DeepCopyInto ¶
func (in *SampleOperand) DeepCopyInto(out *SampleOperand)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SampleOperand) DeepCopyObject ¶
func (in *SampleOperand) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SampleOperandList ¶
type SampleOperandList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SampleOperand `json:"items"` }
SampleOperandList contains a list of SampleOperand
func (*SampleOperandList) DeepCopy ¶
func (in *SampleOperandList) DeepCopy() *SampleOperandList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SampleOperandList.
func (*SampleOperandList) DeepCopyInto ¶
func (in *SampleOperandList) DeepCopyInto(out *SampleOperandList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SampleOperandList) DeepCopyObject ¶
func (in *SampleOperandList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SampleOperandSpec ¶
type SampleOperandSpec struct { // Foo is an example field of SampleOperand. Edit SampleOperand_types.go to remove/update Size int32 `json:"size,omitempty"` }
SampleOperandSpec defines the desired state of SampleOperand
func (*SampleOperandSpec) DeepCopy ¶
func (in *SampleOperandSpec) DeepCopy() *SampleOperandSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SampleOperandSpec.
func (*SampleOperandSpec) DeepCopyInto ¶
func (in *SampleOperandSpec) DeepCopyInto(out *SampleOperandSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SampleOperandStatus ¶
type SampleOperandStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Important: Run "make" to regenerate code after modifying this file Nodes []string `json:"nodes"` }
SampleOperandStatus defines the observed state of SampleOperand
func (*SampleOperandStatus) DeepCopy ¶
func (in *SampleOperandStatus) DeepCopy() *SampleOperandStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SampleOperandStatus.
func (*SampleOperandStatus) DeepCopyInto ¶
func (in *SampleOperandStatus) DeepCopyInto(out *SampleOperandStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.