Versions in this module Expand all Collapse all v0 v0.1.0 Dec 4, 2018 Changes in this version + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type S3Bucket struct + Spec S3BucketSpec + Status S3BucketStatus + func (in *S3Bucket) DeepCopy() *S3Bucket + func (in *S3Bucket) DeepCopyInto(out *S3Bucket) + func (in *S3Bucket) DeepCopyObject() runtime.Object + type S3BucketList struct + Items []S3Bucket + func (in *S3BucketList) DeepCopy() *S3BucketList + func (in *S3BucketList) DeepCopyInto(out *S3BucketList) + func (in *S3BucketList) DeepCopyObject() runtime.Object + type S3BucketSpec struct + CannedACL string + ConnectionSecretNameOverride string + Name string + ProviderRef v1.LocalObjectReference + Region string + Versioning bool + func (in *S3BucketSpec) DeepCopy() *S3BucketSpec + func (in *S3BucketSpec) DeepCopyInto(out *S3BucketSpec) + type S3BucketStatus struct + ConnectionSecretRef v1.LocalObjectReference + Message string + ProviderID string + func (in *S3BucketStatus) DeepCopy() *S3BucketStatus + func (in *S3BucketStatus) DeepCopyInto(out *S3BucketStatus)