-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
370df59
commit 58344da
Showing
385 changed files
with
18,582 additions
and
4,427 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
config/cloudcodesnippets/alloydb_v1beta1_alloydbbackup.yaml
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,16 @@ | ||
label: Config Connector AlloyDBBackup | ||
markdownDescription: Creates yaml for a AlloyDBBackup resource | ||
insertText: | | ||
apiVersion: alloydb.cnrm.cloud.google.com/v1beta1 | ||
kind: AlloyDBBackup | ||
metadata: | ||
name: \${1:alloydbbackup-name} | ||
spec: | ||
clusterNameRef: | ||
external: \${2:projects/[PROJECT_ID?]/locations/us-central1/clusters/alloydbbackup-dep} | ||
location: \${3:us-central1} | ||
encryptionConfig: | ||
kmsKeyNameRef: | ||
external: \${4:projects/[PROJECT_ID?]/locations/us-central1/keyRings/alloydbbackup-dep/cryptoKeys/alloydbbackup-dep} | ||
projectRef: | ||
external: \${5:[PROJECT_ID?]} |
39 changes: 39 additions & 0 deletions
39
config/cloudcodesnippets/alloydb_v1beta1_alloydbcluster.yaml
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,39 @@ | ||
label: Config Connector AlloyDBCluster | ||
markdownDescription: Creates yaml for a AlloyDBCluster resource | ||
insertText: | | ||
apiVersion: alloydb.cnrm.cloud.google.com/v1beta1 | ||
kind: AlloyDBCluster | ||
metadata: | ||
name: \${1:alloydbcluster-name} | ||
spec: | ||
location: \${2:us-central1} | ||
networkRef: | ||
external: \${3:projects/[PROJECT_ID?]/global/networks/alloydbcluster-dep} | ||
projectRef: | ||
external: \${4:[PROJECT_ID?]} | ||
automatedBackupPolicy: | ||
backupWindow: \${5:3600s} | ||
encryptionConfig: | ||
kmsKeyNameRef: | ||
name: \${6:alloydbcluster-dep} | ||
enabled: \${7:true} | ||
labels: | ||
source: \${8:kcc} | ||
location: \${9:us-central1} | ||
timeBasedRetention: | ||
retentionPeriod: \${10:43200s} | ||
weeklySchedule: | ||
daysOfWeek: | ||
- \${11:MONDAY} | ||
startTimes: | ||
- hours: \${12:4} | ||
minutes: \${13:0} | ||
seconds: \${14:0} | ||
nanos: \${15:0} | ||
encryptionConfig: | ||
kmsKeyNameRef: | ||
name: \${16:alloydbcluster-dep} | ||
initialUser: | ||
user: \${17:postgres} | ||
password: | ||
value: \${18:postgres} |
15 changes: 15 additions & 0 deletions
15
config/cloudcodesnippets/alloydb_v1beta1_alloydbinstance.yaml
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,15 @@ | ||
label: Config Connector AlloyDBInstance | ||
markdownDescription: Creates yaml for a AlloyDBInstance resource | ||
insertText: | | ||
apiVersion: alloydb.cnrm.cloud.google.com/v1beta1 | ||
kind: AlloyDBInstance | ||
metadata: | ||
name: \${1:alloydbinstance-name} | ||
spec: | ||
clusterRef: | ||
name: \${2:alloydbinstance-dep-primary} | ||
instanceType: \${3:PRIMARY} | ||
databaseFlags: | ||
enable_google_adaptive_autovacuum: \${4:off} | ||
machineConfig: | ||
cpuCount: \${5:2} |
20 changes: 20 additions & 0 deletions
20
config/cloudcodesnippets/containerattached_v1beta1_containerattachedcluster.yaml
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,20 @@ | ||
label: Config Connector ContainerAttachedCluster | ||
markdownDescription: Creates yaml for a ContainerAttachedCluster resource | ||
insertText: | | ||
apiVersion: containerattached.cnrm.cloud.google.com/v1beta1 | ||
kind: ContainerAttachedCluster | ||
metadata: | ||
name: \${1:containerattachedcluster-name} | ||
spec: | ||
resourceID: \${2:[ATTACHED_CLUSTER_NAME?]} | ||
location: \${3:us-west1} | ||
projectRef: | ||
external: \${4:[PROJECT_ID?]} | ||
description: \${5:Test attached cluster basic sample} | ||
distribution: \${6:[DISTRIBUTION]} | ||
oidcConfig: | ||
issuerUrl: \${7:[ISSUER_URL?]} | ||
platformVersion: \${8:[PLATFORM_VERSION?]} | ||
fleet: | ||
projectRef: | ||
name: \${9:containerattachedcluster-dep-basic} |
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.