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 GCPBucket struct + Spec GCPBucketSpec + Status GCPBucketStatus + func (in *GCPBucket) DeepCopy() *GCPBucket + func (in *GCPBucket) DeepCopyInto(out *GCPBucket) + func (in *GCPBucket) DeepCopyObject() runtime.Object + type GCPBucketList struct + Items []GCPBucket + func (in *GCPBucketList) DeepCopy() *GCPBucketList + func (in *GCPBucketList) DeepCopyInto(out *GCPBucketList) + func (in *GCPBucketList) DeepCopyObject() runtime.Object + type GCPBucketSpec struct + ConnectionSecretNameOverride string + Location string + Name string + PredefinedACL *string + ProviderRef v1.LocalObjectReference + StorageClass *string + Versioning bool + func (in *GCPBucketSpec) DeepCopy() *GCPBucketSpec + func (in *GCPBucketSpec) DeepCopyInto(out *GCPBucketSpec) + type GCPBucketStatus struct + ConnectionSecretRef v1.LocalObjectReference + Message string + ProviderID string + func (in *GCPBucketStatus) DeepCopy() *GCPBucketStatus + func (in *GCPBucketStatus) DeepCopyInto(out *GCPBucketStatus)