...

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

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

     1label: Config Connector Service
     2markdownDescription: Creates yaml for a Service resource
     3insertText: |
     4  apiVersion: serviceusage.cnrm.cloud.google.com/v1beta1
     5  kind: Service
     6  metadata:
     7    name: \${1:service-name}
     8  spec:
     9    resourceID: \${2:pubsub.googleapis.com}

View as plain text