...

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

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

     1label: Config Connector BigtableTable
     2markdownDescription: Creates yaml for a BigtableTable resource
     3insertText: |
     4  apiVersion: bigtable.cnrm.cloud.google.com/v1beta1
     5  kind: BigtableTable
     6  metadata:
     7    name: \${1:bigtabletable-name}
     8  spec:
     9    columnFamily:
    10    - family: \${2:family1}
    11    - family: \${3:family2}
    12    instanceRef:
    13      name: \${4:bigtabletable-dep}
    14    splitKeys:
    15    - \${5:a}

View as plain text