-
Notifications
You must be signed in to change notification settings - Fork 238
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
0ee9e3e
commit 5f63378
Showing
359 changed files
with
16,529 additions
and
4,682 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
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} |
32 changes: 32 additions & 0 deletions
32
config/cloudcodesnippets/edgecontainer_v1beta1_edgecontainercluster.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,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} |
15 changes: 15 additions & 0 deletions
15
config/cloudcodesnippets/edgecontainer_v1beta1_edgecontainernodepool.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 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} |
14 changes: 14 additions & 0 deletions
14
config/cloudcodesnippets/edgecontainer_v1beta1_edgecontainervpnconnection.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,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} |
12 changes: 12 additions & 0 deletions
12
config/cloudcodesnippets/edgenetwork_v1beta1_edgenetworknetwork.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,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} |
16 changes: 16 additions & 0 deletions
16
config/cloudcodesnippets/edgenetwork_v1beta1_edgenetworksubnet.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 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} |
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 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
Oops, something went wrong.