-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NodePool.container example manifests
- Import tests for NodePool.container are disabled because its Terraform ID is not stable, i.e., it acquires an ID in a different syntax after it's successfully imported. - Set the deletion protection for the Cluster.container dependency to false. - Git ignore kubeconfig files at the repo root. - Add BucketObject.v1beta2.storage example manifest. Signed-off-by: Alper Rifat Ulucinar <[email protected]>
- Loading branch information
Showing
6 changed files
with
47 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
apiVersion: storage.gcp.upbound.io/v1beta2 | ||
kind: BucketObject | ||
metadata: | ||
annotations: | ||
meta.upbound.io/example-id: storage/v1beta2/bucketobject | ||
labels: | ||
testing.upbound.io/example-name: bucket-object | ||
name: bucket-object | ||
spec: | ||
forProvider: | ||
bucketSelector: | ||
matchLabels: | ||
testing.upbound.io/example-name: bucket-object | ||
name: bucket-object | ||
content: "Upbound!" | ||
contentType: text/plain | ||
|
||
--- | ||
|
||
apiVersion: storage.gcp.upbound.io/v1beta2 | ||
kind: Bucket | ||
metadata: | ||
annotations: | ||
meta.upbound.io/example-id: storage/v1beta2/bucketobject | ||
labels: | ||
testing.upbound.io/example-name: bucket-object | ||
name: bucket-object-${Rand.RFC1123Subdomain} | ||
spec: | ||
forProvider: | ||
location: US | ||
storageClass: MULTI_REGIONAL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters