Skip to content

Commit 7921caf

Browse files
committed
Updated docs to include GCP provider instructions
Signed-off-by: pa250194 <[email protected]>
1 parent 5077c1f commit 7921caf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/spec/v1alpha1/buckets.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Bucket:
1111
// BucketSpec defines the desired state of an S3 compatible bucket
1212
type BucketSpec struct {
1313
// The S3 compatible storage provider name, default ('generic').
14-
// +kubebuilder:validation:Enum=generic;aws;gcp
14+
// +kubebuilder:validation:Enum=generic;aws
1515
// +optional
1616
Provider string `json:"provider,omitempty"`
1717

@@ -57,7 +57,6 @@ Supported providers:
5757
const (
5858
GenericBucketProvider string = "generic"
5959
AmazonBucketProvider string = "aws"
60-
GoogleBucketProvider string = "gcp"
6160
)
6261
```
6362

0 commit comments

Comments
 (0)