Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for gestures (0.23 sec)

  1. src/net/http/h2_bundle.go

    	fr.SetMaxReadFrameSize(s.maxReadFrameSize())
    	sc.framer = fr
    
    	if tc, ok := c.(http2connectionStater); ok {
    		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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	return nil
    }
    
    func (x *ZeroVPNConfig) GetSuffix() string {
    	if x != nil {
    		return x.Suffix
    	}
    	return ""
    }
    
    // ExperimentalConfig is a placeholder for experimental installation features.
    type ExperimentalConfig struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Controls whether the experimental feature is enabled.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    - The CRD validation rule with feature gate `CustomResourceValidationExpressions` was promoted to `GA`. ([#121373](https://github.com/kubernetes/kubernetes/pull/121373), [@cici37](https://github.com/cici37))
    - The KMSv2 features with feature gates `KMSv2` and `KMSv2KDF` are promoted to `GA`.  The `KMSv1` feature gate is now disabled by default. ([#121485](https://github.com/kubernetes/kubernetes/pull/121485), [@ritazh](https://github.com/ritazh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top