Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for varDesc (0.28 sec)

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

                                  be forwarded for this entry. If unspecified, weight
                                  defaults to 1. \n Support for this field varies based
                                  on the context where used."
                                format: int32
                                maximum: 1000000
                                minimum: 0
    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. CHANGELOG/CHANGELOG-1.24.md

    ## Changes by Kind
    
    ### Deprecation
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // the loadBalancerIP when a load balancer is created.
      // This field will be ignored if the cloud-provider does not support the feature.
      // Deprecated: This field was under-specified and its meaning varies across implementations,
      // and it cannot support dual-stack.
      // As of Kubernetes v1.24, users are encouraged to use implementation-specific annotations when available.
      // This field may be removed in a future API version.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// the loadBalancerIP when a load balancer is created.
    	// This field will be ignored if the cloud-provider does not support the feature.
    	// Deprecated: This field was under-specified and its meaning varies across implementations.
    	// Using it is non-portable and it may not support dual-stack.
    	// Users are encouraged to use implementation-specific annotations when available.
    	// +optional
    	LoadBalancerIP string
    
    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. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"loadBalancerSourceRanges":      "If specified and supported by the platform,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      // the loadBalancerIP when a load balancer is created.
      // This field will be ignored if the cloud-provider does not support the feature.
      // Deprecated: This field was under-specified and its meaning varies across implementations.
      // Using it is non-portable and it may not support dual-stack.
      // Users are encouraged to use implementation-specific annotations when available.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    	if s, ok := http2frameName[t]; ok {
    		return s
    	}
    	return fmt.Sprintf("UNKNOWN_FRAME_TYPE_%d", uint8(t))
    }
    
    // Flags is a bitmask of HTTP/2 flags.
    // The meaning of flags varies depending on the frame type.
    type http2Flags uint8
    
    // Has reports whether f contains all (0 or more) flags in v.
    func (f http2Flags) Has(v http2Flags) bool {
    	return (f & v) == v
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// the loadBalancerIP when a load balancer is created.
    	// This field will be ignored if the cloud-provider does not support the feature.
    	// Deprecated: This field was under-specified and its meaning varies across implementations.
    	// Using it is non-portable and it may not support dual-stack.
    	// Users are encouraged to use implementation-specific annotations when available.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top