...

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

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

     1label: Config Connector ContainerAnalysisNote
     2markdownDescription: Creates yaml for a ContainerAnalysisNote resource
     3insertText: |
     4  apiVersion: containeranalysis.cnrm.cloud.google.com/v1beta1
     5  kind: ContainerAnalysisNote
     6  metadata:
     7    name: \${1:containeranalysisnote-name}
     8  spec:
     9    shortDescription: \${2:short description}
    10    longDescription: \${3:long description}
    11    relatedUrl:
    12    - url: \${4:some.url}
    13      label: \${5:test}
    14    - url: \${6:google.com}
    15      label: \${7:google}
    16    attestation:
    17      hint:
    18        humanReadableName: \${8:Attestor Note}

View as plain text