Skip to content

Commit

Permalink
Update and rename crossplane-usecase-vspherevm.md to crossplane-useca…
Browse files Browse the repository at this point in the history
…se-multicloud.md
  • Loading branch information
patrick-hermann-sva authored Jun 7, 2024
1 parent 9324f3b commit 653c4f7
Showing 1 changed file with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@

### /CROSSPLANE USECASE MULTICLOUD


### /USECASE1: GCP BUCKET
CROSSPLANE + GCP PROVIDER
--
BUCKET CLAIM
<details><summary>GCP BUCKET CREATION</summary>

```yaml
apiVersion: storage.gcp.upbound.io/v1beta1
kind: Bucket
metadata:
name: example
labels:
annotations:
crossplane.io/external-name: ${RANDOM_NAME}
spec:
forProvider:
location: US
storageClass: MULTI_REGIONAL
providerConfigRef:
name: default
deletionPolicy: Delete
```
--
k9S + GOOLGE CLOUD SREENSHOT
--
Expand Down

0 comments on commit 653c4f7

Please sign in to comment.