forked from GoogleCloudPlatform/k8s-config-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
381 changed files
with
11,978 additions
and
3,939 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...desnippets/accesscontextmanager_v1beta1_accesscontextmanagerserviceperimeterresource.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,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]} |
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,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} |
12 changes: 12 additions & 0 deletions
12
config/cloudcodesnippets/compute_v1beta1_computenetworkfirewallpolicyassociation.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 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} |
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.