Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the storage v1alpha1 API group +kubebuilder:object:generate=true +groupName=storage.mission-control.apis.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "storage.mission-control.apis.io", 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 ProviderData ¶
type ProviderData struct { Name string `json:"name,omitempty"` Location string `json:"location,omitempty"` }
func (*ProviderData) DeepCopy ¶
func (in *ProviderData) DeepCopy() *ProviderData
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProviderData.
func (*ProviderData) DeepCopyInto ¶
func (in *ProviderData) DeepCopyInto(out *ProviderData)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StorageBuckets ¶
type StorageBuckets struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec StorageBucketsSpec `json:"spec,omitempty"` Status StorageBucketsStatus `json:"status,omitempty"` }
func (*StorageBuckets) DeepCopy ¶
func (in *StorageBuckets) DeepCopy() *StorageBuckets
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageBuckets.
func (*StorageBuckets) DeepCopyInto ¶
func (in *StorageBuckets) DeepCopyInto(out *StorageBuckets)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StorageBuckets) DeepCopyObject ¶
func (in *StorageBuckets) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StorageBucketsList ¶
type StorageBucketsList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []StorageBuckets `json:"items"` }
+kubebuilder:object:root=true
func (*StorageBucketsList) DeepCopy ¶
func (in *StorageBucketsList) DeepCopy() *StorageBucketsList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageBucketsList.
func (*StorageBucketsList) DeepCopyInto ¶
func (in *StorageBucketsList) DeepCopyInto(out *StorageBucketsList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StorageBucketsList) DeepCopyObject ¶
func (in *StorageBucketsList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StorageBucketsSpec ¶
type StorageBucketsSpec struct { MissionRef string `json:"missionRef,omitempty"` ForProvider ProviderData `json:"forProvider,omitempty"` }
func (*StorageBucketsSpec) DeepCopy ¶
func (in *StorageBucketsSpec) DeepCopy() *StorageBucketsSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageBucketsSpec.
func (*StorageBucketsSpec) DeepCopyInto ¶
func (in *StorageBucketsSpec) DeepCopyInto(out *StorageBucketsSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StorageBucketsStatus ¶
type StorageBucketsStatus struct { }
func (*StorageBucketsStatus) DeepCopy ¶
func (in *StorageBucketsStatus) DeepCopy() *StorageBucketsStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageBucketsStatus.
func (*StorageBucketsStatus) DeepCopyInto ¶
func (in *StorageBucketsStatus) DeepCopyInto(out *StorageBucketsStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.