...

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

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

     1label: Config Connector LoggingLogView
     2markdownDescription: Creates yaml for a LoggingLogView resource
     3insertText: |
     4  apiVersion: logging.cnrm.cloud.google.com/v1beta1
     5  kind: LoggingLogView
     6  metadata:
     7    name: \${1:logginglogview-name}
     8  spec:
     9    bucketRef:
    10      name: \${2:logginglogview-dep-projectlogview}
    11    description: \${3:A project-level log view}
    12    filter: \${4:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND
    13      LOG_ID("stdout")}

View as plain text