Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for xtls (0.09 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                    x-kubernetes-list-type: map
                    x-kubernetes-validations:
                    - message: tls must be specified for protocols ['HTTPS', 'TLS']
                      rule: 'self.all(l, l.protocol in [''HTTPS'', ''TLS''] ? has(l.tls)
                        : true)'
                    - message: tls must not be specified for protocols ['HTTP', 'TCP',
                        'UDP']
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    		sc.tlsState = new(tls.ConnectionState)
    		*sc.tlsState = tc.ConnectionState()
    		// 9.2 Use of TLS Features
    		// An implementation of HTTP/2 over TLS MUST use TLS
    		// 1.2 or higher with the restrictions on feature set
    		// and cipher suite described in this section. Due to
    		// implementation limitations, it might not be
    		// possible to fail TLS negotiation. An endpoint MUST
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.7.md

    #### TLS Bootstrapping
    * [alpha] Rotation of the server TLS certificate on the kubelet. See [TLS bootstrapping - approval controller](https://kubernetes.io/docs/admin/kubelet-tls-bootstrapping/#approval-controller).
    
    * [alpha] Rotation of the client TLS certificate on the kubelet. See [TLS bootstrapping - kubelet configuration](https://kubernetes.io/docs/admin/kubelet-tls-bootstrapping/#kubelet-configuration).
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	SSHAuthPrivateKey = "ssh-privatekey"
    
    	// SecretTypeTLS contains information about a TLS client or server secret. It
    	// is primarily used with TLS termination of the Ingress resource, but may be
    	// used in other types.
    	//
    	// Required fields:
    	// - Secret.Data["tls.key"] - TLS private key.
    	//   Secret.Data["tls.crt"] - TLS certificate.
    	// TODO: Consider supporting different formats, specifying CA/destinationCA.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.10.md

        * --boot_id_file
        * --container_hints
        * --containerd
        * --docker
        * --docker_env_metadata_whitelist
        * --docker_only
        * --docker-tls
        * --docker-tls-ca
        * --docker-tls-cert
        * --docker-tls-key
        * --enable_load_reader
        * --event_storage_age_limit
        * --event_storage_event_limit
        * --global_housekeeping_interval
        * --google-json-key
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    			}
    			postIndex := iNdEx + msglen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			m.TLS = append(m.TLS, IngressTLS{})
    			if err := m.TLS[len(m.TLS)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 3:
    			if wireType != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	SSHAuthPrivateKey = "ssh-privatekey"
    	// SecretTypeTLS contains information about a TLS client or server secret. It
    	// is primarily used with TLS termination of the Ingress resource, but may be
    	// used in other types.
    	//
    	// Required fields:
    	// - Secret.Data["tls.key"] - TLS private key.
    	//   Secret.Data["tls.crt"] - TLS certificate.
    	// TODO: Consider supporting different formats, specifying CA/destinationCA.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.11.md

    * `kubeadm join` is now blocking on the kubelet performing the TLS Bootstrap properly. Earlier, `kubeadm join` only did the discovery part and exited successfully without checking that the kubelet actually started properly and performed the TLS bootstrap correctly. Now, as kubeadm runs some post-join steps (for example, annotating the Node API object with the CRISocket), `kubeadm join` is now waiting for the kubelet to perform the TLS Bootstrap, and then uses that credential to perform further actions....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.8.md

            * requests for a TLS client certificate for any node are approved if the CSR creator has `create` permission on the `certificatesigningrequests` resource and `nodeclient` subresource in the `certificates.k8s.io` API group
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

                "x-kubernetes-list-type": "atomic"
              },
              "tls": {
                "description": "tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
Back to top