...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets/networkservices_v1beta1_networkservicesgateway.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets

     1label: Config Connector NetworkServicesGateway
     2markdownDescription: Creates yaml for a NetworkServicesGateway resource
     3insertText: |
     4  apiVersion: networkservices.cnrm.cloud.google.com/v1beta1
     5  kind: NetworkServicesGateway
     6  metadata:
     7    labels:
     8      \${1:foo}: \${2:bar}
     9    name: \${3:networkservicesgateway-name}
    10  spec:
    11    description: \${4:A test Gateway}
    12    type: \${5:OPEN_MESH}
    13    ports:
    14    - \${6:80}
    15    - \${7:443}
    16    location: \${8:global}
    17    scope: \${9:networkservicesgateway-sample}
    18    serverTlsPolicyRef:
    19      name: \${10:networkservicesgateway-dep}
    20    projectRef:
    21      external: \${11:projects/[PROJECT_ID?]}

View as plain text