...

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

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

     1label: Config Connector LoggingLogExclusion
     2markdownDescription: Creates yaml for a LoggingLogExclusion resource
     3insertText: |
     4  apiVersion: logging.cnrm.cloud.google.com/v1beta1
     5  kind: LoggingLogExclusion
     6  metadata:
     7    name: \${1:logginglogexclusion-name}
     8  spec:
     9    projectRef:
    10      name: \${2:logginglogexclusion-dep-proj}
    11    description: \${3:A project log exclusion}
    12    filter: \${4:resource.type=gcs_bucket severity<ERROR sample(insertId, 0.99)}

View as plain text