...

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

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

     1label: Config Connector NetworkConnectivityHub
     2markdownDescription: Creates yaml for a NetworkConnectivityHub resource
     3insertText: |
     4  apiVersion: networkconnectivity.cnrm.cloud.google.com/v1beta1
     5  kind: NetworkConnectivityHub
     6  metadata:
     7    labels:
     8      \${1:label-one}: \${2:value-one}
     9    name: \${3:networkconnectivityhub-name}
    10  spec:
    11    projectRef:
    12      external: \${4:projects/[PROJECT_ID?]}
    13    description: \${5:A sample hub}

View as plain text