...

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

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

     1label: Config Connector ComputeSSLPolicy
     2markdownDescription: Creates yaml for a ComputeSSLPolicy resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeSSLPolicy
     6  metadata:
     7    name: \${1:computesslpolicy-name}
     8  spec:
     9    description: \${2:An SSL Policy with a MODERN encryption profile, supporting several
    10      modern methods of encryption for TLS 1.1 and up.}
    11    minTlsVersion: \${3:TLS_1_1}
    12    profile: \${4:MODERN}

View as plain text