...

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

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

     1label: Config Connector FilestoreBackup
     2markdownDescription: Creates yaml for a FilestoreBackup resource
     3insertText: |
     4  apiVersion: filestore.cnrm.cloud.google.com/v1beta1
     5  kind: FilestoreBackup
     6  metadata:
     7    name: \${1:filestorebackup-name}
     8  spec:
     9    projectRef:
    10      external: \${2:projects/[PROJECT_ID?]}
    11    description: \${3:A sample backup}
    12    location: \${4:us-central1}
    13    sourceFileShare: \${5:my_share}
    14    sourceInstanceRef:
    15      name: \${6:filestorebackup-dep}

View as plain text