...

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

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

     1label: Config Connector LoggingLogBucket
     2markdownDescription: Creates yaml for a LoggingLogBucket resource
     3insertText: |
     4  apiVersion: logging.cnrm.cloud.google.com/v1beta1
     5  kind: LoggingLogBucket
     6  metadata:
     7    name: \${1:logginglogbucket-name}
     8  spec:
     9    projectRef:
    10      external: \${2:projects/[PROJECT_ID?]}
    11    location: \${3:global}
    12    description: \${4:A sample log bucket}
    13    locked: \${5:false}
    14    retentionDays: \${6:30}

View as plain text