Skip to content

Commit

Permalink
Update for version 1.112.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maqiuyujoyce committed Dec 5, 2023
1 parent 0ee9e3e commit 5f63378
Show file tree
Hide file tree
Showing 359 changed files with 16,529 additions and 4,682 deletions.
13 changes: 7 additions & 6 deletions config/cloudcodesnippets/alloydb_v1beta1_alloydbcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@ insertText: |
metadata:
name: \${1:alloydbcluster-name}
spec:
location: \${2:us-central1}
networkRef:
external: \${3:projects/[PROJECT_ID?]/global/networks/alloydbcluster-dep}
location: \${2:us-east1}
networkConfig:
networkRef:
name: \${3:alloydbcluster-dep-regular}
projectRef:
external: \${4:[PROJECT_ID?]}
automatedBackupPolicy:
backupWindow: \${5:3600s}
encryptionConfig:
kmsKeyNameRef:
name: \${6:alloydbcluster-dep}
name: \${6:alloydbcluster-dep-regular}
enabled: \${7:true}
labels:
source: \${8:kcc}
location: \${9:us-central1}
location: \${9:us-east1}
timeBasedRetention:
retentionPeriod: \${10:43200s}
weeklySchedule:
Expand All @@ -32,7 +33,7 @@ insertText: |
nanos: \${15:0}
encryptionConfig:
kmsKeyNameRef:
name: \${16:alloydbcluster-dep}
name: \${16:alloydbcluster-dep-regular}
initialUser:
user: \${17:postgres}
password:
Expand Down
16 changes: 16 additions & 0 deletions config/cloudcodesnippets/alloydb_v1beta1_alloydbuser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
label: Config Connector AlloyDBUser
markdownDescription: Creates yaml for a AlloyDBUser resource
insertText: |
apiVersion: alloydb.cnrm.cloud.google.com/v1beta1
kind: AlloyDBUser
metadata:
name: \${1:alloydbuser-name}
spec:
clusterRef:
name: \${2:alloydbuser-dep-database}
databaseRoles:
- \${3:pg_monitor}
- \${4:pg_signal_backend}
userType: \${5:ALLOYDB_BUILT_IN}
password:
value: \${6:pg-built-in}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
label: Config Connector EdgeContainerCluster
markdownDescription: Creates yaml for a EdgeContainerCluster resource
insertText: |
apiVersion: edgecontainer.cnrm.cloud.google.com/v1beta1
kind: EdgeContainerCluster
metadata:
labels:
\${1:label-one}: \${2:value-one}
name: \${3:edgecontainercluster-name}
spec:
projectRef:
external: \${4:[PROJECT_ID?]}
location: \${5:us-central1}
networking:
clusterIpv4CidrBlocks:
- \${6:10.0.0.0/16}
servicesIpv4CidrBlocks:
- \${7:10.1.0.0/16}
fleet:
projectRef:
external: \${8:projects/[PROJECT_NUMBER?]}
authorization:
adminUsers:
usernameRef:
external: \${9:[CLUTSER_ADMIN_ACCOUNT?]}
maintenancePolicy:
window:
recurringWindow:
window:
startTime: \${10:2023-01-01T08:00:00Z}
endTime: \${11:2023-01-01T17:00:00Z}
recurrence: \${12:FREQ=WEEKLY;BYDAY=SA}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
label: Config Connector EdgeContainerNodePool
markdownDescription: Creates yaml for a EdgeContainerNodePool resource
insertText: |
apiVersion: edgecontainer.cnrm.cloud.google.com/v1beta1
kind: EdgeContainerNodePool
metadata:
name: \${1:edgecontainernodepool-name}
spec:
projectRef:
external: \${2:[PROJECT_ID?]}
location: \${3:us-central1}
clusterRef:
name: \${4:edgecontainercluster-remote-control-plane-dep}
nodeLocation: \${5:[NODE_LOCATION?]}
nodeCount: \${6:1}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
label: Config Connector EdgeContainerVpnConnection
markdownDescription: Creates yaml for a EdgeContainerVpnConnection resource
insertText: |
apiVersion: edgecontainer.cnrm.cloud.google.com/v1beta1
kind: EdgeContainerVpnConnection
metadata:
name: \${1:edgecontainervpnconnection-name}
spec:
projectRef:
external: \${2:[PROJECT_ID?]}
location: \${3:us-central1}
clusterRef:
name: \${4:edgecontainercluster-local-control-plane-dep}
enable_high_availability: \${5:true}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
label: Config Connector EdgeNetworkNetwork
markdownDescription: Creates yaml for a EdgeNetworkNetwork resource
insertText: |
apiVersion: edgenetwork.cnrm.cloud.google.com/v1beta1
kind: EdgeNetworkNetwork
metadata:
name: \${1:edgenetworknetwork-name}
spec:
description: \${2:A sample edgenetwork network}
location: \${3:us-central1}
zone: \${4:[ZONE_LOCATION]}
mtu: \${5:9000}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
label: Config Connector EdgeNetworkSubnet
markdownDescription: Creates yaml for a EdgeNetworkSubnet resource
insertText: |
apiVersion: edgenetwork.cnrm.cloud.google.com/v1beta1
kind: EdgeNetworkSubnet
metadata:
name: \${1:edgenetworksubnet-name}
spec:
description: \${2:A sample edgenetwork subnet}
location: \${3:us-central1}
zone: \${4:[ZONE_LOCATION]}
networkRef:
name: \${5:edgenetworksubnet-dep}
ipv4Cidr:
- \${6:1.1.1.1/24}
- \${7:2.2.2.2/32}
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ insertText: |
logDeniesEnabled: \${16:true}
templateLibraryInstalled: \${17:true}
auditIntervalSeconds: \${18:20}
binauthz:
enabled: \${19:true}
hierarchyController:
enabled: \${20:true}
enablePodTreeLabels: \${21:true}
enableHierarchicalResourceQuota: \${22:true}
enabled: \${19:true}
enablePodTreeLabels: \${20:true}
enableHierarchicalResourceQuota: \${21:true}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.111.0
cnrm.cloud.google.com/version: 1.112.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.111.0
cnrm.cloud.google.com/version: 1.112.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.111.0
cnrm.cloud.google.com/version: 1.112.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.111.0
cnrm.cloud.google.com/version: 1.112.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.111.0
cnrm.cloud.google.com/version: 1.112.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.111.0
cnrm.cloud.google.com/version: 1.112.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/alloydb_v1beta1_alloydbbackup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.111.0
cnrm.cloud.google.com/version: 1.112.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/alloydb_v1beta1_alloydbcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.111.0
cnrm.cloud.google.com/version: 1.112.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
2 changes: 1 addition & 1 deletion crds/alloydb_v1beta1_alloydbinstance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
cnrm.cloud.google.com/version: 1.111.0
cnrm.cloud.google.com/version: 1.112.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Loading

0 comments on commit 5f63378

Please sign in to comment.