Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the cluster v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=cluster.storage.openshift.io
Package v1alpha1 contains API Schema definitions for the cluster v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=cluster.storage.openshift.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "cluster.storage.openshift.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
This section is empty.
Types ¶
type ClusterStorage ¶
type ClusterStorage struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ClusterStorageSpec `json:"spec,omitempty"` Status ClusterStorageStatus `json:"status,omitempty"` }
ClusterStorage is the Schema for the clusterstorages API +k8s:openapi-gen=true
func (*ClusterStorage) DeepCopy ¶
func (in *ClusterStorage) DeepCopy() *ClusterStorage
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterStorage.
func (*ClusterStorage) DeepCopyInto ¶
func (in *ClusterStorage) DeepCopyInto(out *ClusterStorage)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterStorage) DeepCopyObject ¶
func (in *ClusterStorage) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterStorageList ¶
type ClusterStorageList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ClusterStorage `json:"items"` }
ClusterStorageList contains a list of ClusterStorage
func (*ClusterStorageList) DeepCopy ¶
func (in *ClusterStorageList) DeepCopy() *ClusterStorageList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterStorageList.
func (*ClusterStorageList) DeepCopyInto ¶
func (in *ClusterStorageList) DeepCopyInto(out *ClusterStorageList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterStorageList) DeepCopyObject ¶
func (in *ClusterStorageList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterStorageSpec ¶
type ClusterStorageSpec struct { }
ClusterStorageSpec defines the desired state of ClusterStorage
func (*ClusterStorageSpec) DeepCopy ¶
func (in *ClusterStorageSpec) DeepCopy() *ClusterStorageSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterStorageSpec.
func (*ClusterStorageSpec) DeepCopyInto ¶
func (in *ClusterStorageSpec) DeepCopyInto(out *ClusterStorageSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterStorageStatus ¶
type ClusterStorageStatus struct { }
ClusterStorageStatus defines the observed state of ClusterStorage
func (*ClusterStorageStatus) DeepCopy ¶
func (in *ClusterStorageStatus) DeepCopy() *ClusterStorageStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterStorageStatus.
func (*ClusterStorageStatus) DeepCopyInto ¶
func (in *ClusterStorageStatus) DeepCopyInto(out *ClusterStorageStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.