Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the rsct v1alpha1 API group +kubebuilder:object:generate=true +groupName=rsct.ibm.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "rsct.ibm.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 RSCT ¶
type RSCT struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec RSCTSpec `json:"spec,omitempty"` Status RSCTStatus `json:"status,omitempty"` }
RSCT is the Schema for the rscts API
func (*RSCT) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RSCT.
func (*RSCT) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RSCT) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RSCTList ¶
type RSCTList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []RSCT `json:"items"` }
RSCTList contains a list of RSCT
func (*RSCTList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RSCTList.
func (*RSCTList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*RSCTList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type RSCTSpec ¶
type RSCTSpec struct { // Image is an RSCT image // +kubebuilder:default="quay.io/powercloud/rsct-ppc64le:latest" // +optional Image *string `json:"image,omitempty"` }
RSCTSpec defines the desired state of RSCT
func (*RSCTSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RSCTSpec.
func (*RSCTSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RSCTStatus ¶
type RSCTStatus struct { // INSERT ADDITIONAL STATUS FIELD - define observed state of cluster // Important: Run "make" to regenerate code after modifying this file State *string `json:"state,omitempty"` }
RSCTStatus defines the observed state of RSCT
func (*RSCTStatus) DeepCopy ¶
func (in *RSCTStatus) DeepCopy() *RSCTStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RSCTStatus.
func (*RSCTStatus) DeepCopyInto ¶
func (in *RSCTStatus) DeepCopyInto(out *RSCTStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.