Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for xtls (0.1 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                properties:
                  mtls:
                    description: Mutual TLS settings for workload.
                    properties:
                      mode:
                        description: |-
                          Defines the mTLS mode used for peer authentication.
    
                          Valid Options: DISABLE, PERMISSIVE, STRICT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                properties:
                  mtls:
                    description: Mutual TLS settings for workload.
                    properties:
                      mode:
                        description: |-
                          Defines the mTLS mode used for peer authentication.
    
                          Valid Options: DISABLE, PERMISSIVE, STRICT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                    - message: tls must not be specified for protocols ['HTTP', 'TCP',
                        'UDP']
                      rule: 'self.all(l, l.protocol in [''HTTP'', ''TCP'', ''UDP''] ?
                        !has(l.tls) : true)'
                    - message: tls mode must be Terminate for protocol HTTPS
                      rule: 'self.all(l, (l.protocol == ''HTTPS'' && has(l.tls)) ? (l.tls.mode
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    			secrets: core.Secret{
    				ObjectMeta: metav1.ObjectMeta{Name: "tls-cert"},
    				Data: map[string][]byte{
    					core.TLSCertKey: []byte("public key"),
    				},
    			},
    			errorType: "FieldValueRequired",
    		},
    		"missing private key": {
    			secrets: core.Secret{
    				ObjectMeta: metav1.ObjectMeta{Name: "tls-cert"},
    				Data: map[string][]byte{
    					core.TLSCertKey: []byte("public key"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. RELEASE.md

                `tf.function`, and graph modes. This gets rid of the need for users
                to manually call `Model._set_inputs` when using Custom Training
                Loops(CTLs).
            *   Dynamic shapes are supported for generators by calling the Model on
                the first batch we "peek" from the generator. This used to happen
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top