Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 28, 2021 Changes in this version type StorageSpec + BackendRef *core.LocalObjectReference v0.3.0 Jul 29, 2021 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func GetDecoder() map[string]jsoniter.ValDecoder + func GetEncoder() map[string]jsoniter.ValEncoder + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Storage struct + Spec StorageSpec + Status StorageStatus + func (in *Storage) DeepCopy() *Storage + func (in *Storage) DeepCopyInto(out *Storage) + func (in *Storage) DeepCopyObject() runtime.Object + func (r *Storage) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Storage) ValidateCreate() error + func (r *Storage) ValidateDelete() error + func (r *Storage) ValidateUpdate(old runtime.Object) error + type StorageList struct + Items []Storage + func (in *StorageList) DeepCopy() *StorageList + func (in *StorageList) DeepCopyInto(out *StorageList) + func (in *StorageList) DeepCopyObject() runtime.Object + type StorageSpec struct + ProviderRef core.LocalObjectReference + Resource StorageSpecResource + SecretRef *core.LocalObjectReference + State *StorageSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *StorageSpec) DeepCopy() *StorageSpec + func (in *StorageSpec) DeepCopyInto(out *StorageSpec) + type StorageSpecResource struct + ClusterID *int64 + DateCreated *string + ID string + Label *string + Location *string + Region *string + S3AccessKey *string + S3Hostname *string + S3SecretKey *string + Status *string + func (in *StorageSpecResource) DeepCopy() *StorageSpecResource + func (in *StorageSpecResource) DeepCopyInto(out *StorageSpecResource) + type StorageStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *StorageStatus) DeepCopy() *StorageStatus + func (in *StorageStatus) DeepCopyInto(out *StorageStatus)