...

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

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

     1label: Config Connector ServiceIdentity
     2markdownDescription: Creates yaml for a ServiceIdentity resource
     3insertText: |
     4  apiVersion: serviceusage.cnrm.cloud.google.com/v1beta1
     5  kind: ServiceIdentity
     6  metadata:
     7    name: \${1:serviceidentity-name}
     8  spec:
     9    projectRef:
    10      external: \${2:[PROJECT_ID?]}
    11    resourceID: \${3:pubsub.googleapis.com}

View as plain text