Skip to content

Commit

Permalink
Merge branch 'master' into vcr-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou authored Mar 18, 2024
2 parents fbb39fb + bd1977f commit 9356927
Show file tree
Hide file tree
Showing 381 changed files with 11,978 additions and 3,939 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
label: Config Connector AccessContextManagerServicePerimeterResource
markdownDescription: Creates yaml for a AccessContextManagerServicePerimeterResource
resource
insertText: |
apiVersion: accesscontextmanager.cnrm.cloud.google.com/v1beta1
kind: AccessContextManagerServicePerimeterResource
metadata:
name: \${1:accesscontextmanagerserviceperimeterresource-name}
spec:
perimeterNameRef:
external: \${2:accessPolicies/[ACCESS_POLICY_NUMBER]/servicePerimeters/[PERIMETER_SHORT_NAME]}
resourceRef:
external: \${3:projects/[PROJECT_NUMBER]}
17 changes: 17 additions & 0 deletions config/cloudcodesnippets/apikeys_v1alpha1_apikeyskey.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
label: Config Connector APIKeysKey
markdownDescription: Creates yaml for a APIKeysKey resource
insertText: |
apiVersion: apikeys.cnrm.cloud.google.com/v1alpha1
kind: APIKeysKey
metadata:
name: \${1:apikeyskey-name}
spec:
displayName: \${2:Human readable name}
projectRef:
external: \${3:projects/[PROJECT_ID?]}
resourceID: \${4:sample}
restrictions:
apiTargets:
- service: \${5:translate.googleapis.com}
methods:
- \${6:GET}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
label: Config Connector ComputeNetworkFirewallPolicyAssociation
markdownDescription: Creates yaml for a ComputeNetworkFirewallPolicyAssociation resource
insertText: |
apiVersion: compute.cnrm.cloud.google.com/v1beta1
kind: ComputeNetworkFirewallPolicyAssociation
metadata:
name: \${1:computenetworkfirewallpolicyassociation-name}
spec:
attachmentTargetRef:
name: \${2:computenetworkfirewallpolicyassociation-dep}
firewallPolicyRef:
name: \${3:computenetworkfirewallpolicyassociation-dep}
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ metadata:
name: artifactregistryrepository-sample
labels:
label-one: "value-one"
annotations:
# Replace ${PROJECT_ID?} with your project ID.
cnrm.cloud.google.com/project-id: "${PROJECT_ID?}"
spec:
format: DOCKER
location: us-west1
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.113.0
cnrm.cloud.google.com/version: 1.114.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.113.0
cnrm.cloud.google.com/version: 1.114.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.113.0
cnrm.cloud.google.com/version: 1.114.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.113.0
cnrm.cloud.google.com/version: 1.114.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.113.0
cnrm.cloud.google.com/version: 1.114.0
creationTimestamp: null
labels:
cnrm.cloud.google.com/managed-by-kcc: "true"
Expand Down
Loading

0 comments on commit 9356927

Please sign in to comment.