...

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

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

     1label: Config Connector ServiceDirectoryNamespace
     2markdownDescription: Creates yaml for a ServiceDirectoryNamespace resource
     3insertText: |
     4  apiVersion: servicedirectory.cnrm.cloud.google.com/v1beta1
     5  kind: ServiceDirectoryNamespace
     6  metadata:
     7    name: \${1:servicedirectorynamespace-name}
     8  spec:
     9    location: \${2:us-central1}
    10    projectRef:
    11      external: \${3:[PROJECT_ID?]}

View as plain text