...

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

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

     1label: Config Connector Project
     2markdownDescription: Creates yaml for a Project resource
     3insertText: |
     4  apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
     5  kind: Project
     6  metadata:
     7    labels:
     8      \${1:label-one}: \${2:value-one}
     9    name: \${3:project-name}
    10  spec:
    11    name: \${4:Config Connector Sample}
    12    folderRef:
    13      external: \${5:[FOLDER_ID?]}
    14    billingAccountRef:
    15      external: \${6:[BILLING_ACCOUNT_ID?]}

View as plain text