Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Kistner (0.23 sec)

  1. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      repeated string hosts = 1;
    
      // SecretName is the name of the secret used to terminate SSL traffic on 443.
      // Field is left optional to allow SSL routing based on SNI hostname alone.
      // If the SNI host in a listener conflicts with the "Host" header field used
      // by an IngressRule, the SNI host is used for termination and value of the
      // Host header is used for routing.
      // +optional
      optional string secretName = 2;
    }
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/networking/v1beta1/generated.proto

      repeated string hosts = 1;
    
      // secretName is the name of the secret used to terminate TLS traffic on
      // port 443. Field is left optional to allow TLS routing based on SNI
      // hostname alone. If the SNI host in a listener conflicts with the "Host"
      // header field used by an IngressRule, the SNI host is used for termination
      // and value of the Host header is used for routing.
      // +optional
      optional string secretName = 2;
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 14.9K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/networking/v1/generated.proto

      repeated string hosts = 1;
    
      // secretName is the name of the secret used to terminate TLS traffic on
      // port 443. Field is left optional to allow TLS routing based on SNI
      // hostname alone. If the SNI host in a listener conflicts with the "Host"
      // header field used by an IngressRule, the SNI host is used for termination
      // and value of the "Host" header is used for routing.
      // +optional
      optional string secretName = 2;
    }
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 25.2K bytes
    - Viewed (0)
Back to top