...

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

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

     1label: Config Connector IAMCustomRole
     2markdownDescription: Creates yaml for a IAMCustomRole resource
     3insertText: |
     4  apiVersion: iam.cnrm.cloud.google.com/v1beta1
     5  kind: IAMCustomRole
     6  metadata:
     7    name: \${1:iamcustomrole-name}
     8  spec:
     9    title: \${2:Example Project-Level Custom Role}
    10    description: \${3:This role only contains two permissions - publish and update}
    11    permissions:
    12    - \${4:pubsub.topics.publish}
    13    - \${5:pubsub.topics.update}
    14    stage: \${6:GA}

View as plain text