Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Keys (0.28 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"binaryData": "BinaryData contains the binary data. Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    // Note that this is identical to a configmap volume source without the default
    // mode.
    type ConfigMapProjection struct {
    	LocalObjectReference
    	// If unspecified, each key-value pair in the Data field of the referenced
    	// ConfigMap will be projected into the volume as a file whose name is the
    	// key and content is the value. If specified, the listed keys will be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

      // optional specify whether the ConfigMap or its keys must be defined
      // +optional
      optional bool optional = 4;
    }
    
    // Adapts a ConfigMap into a volume.
    //
    // The contents of the target ConfigMap's Data field will be presented in a
    // volume as files using the keys in the Data field as the file names, unless
    // the items element is populated with specific mappings of keys to paths.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// MatchLabelKeys is a set of pod label keys to select which pods will
    	// be taken into consideration. The keys are used to lookup values from the
    	// incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)`
    	// to select the group of existing pods which pods will be taken into consideration
    	// for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    func (s *http2sorter) Less(i, j int) bool { return s.v[i] < s.v[j] }
    
    // Keys returns the sorted keys of h.
    //
    // The returned slice is only valid until s used again or returned to
    // its pool.
    func (s *http2sorter) Keys(h Header) []string {
    	keys := s.v[:0]
    	for k := range h {
    		keys = append(keys, k)
    	}
    	s.v = keys
    	sort.Sort(s)
    	return keys
    }
    
    func (s *http2sorter) SortStrings(ss []string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  7. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    dS(i){return!!(_a(i)&&i.walk)}function hS(i){return Sp(i)||Cp(i)}});var Op=v(Ee=>{l();"use strict";Ee.__esModule=!0;var Ea=ne();Object.keys(Ea).forEach(function(i){i==="default"||i==="__esModule"||i in Ee&&Ee[i]===Ea[i]||(Ee[i]=Ea[i])});var Ta=kp();Object.keys(Ta).forEach(function(i){i==="default"||i==="__esModule"||i in Ee&&Ee[i]===Ta[i]||(Ee[i]=Ta[i])});var Pa=_p();Object.keys(Pa).forEach(function(i){i==="default"||i==="__esModule"||i in Ee&&Ee[i]===Pa[i]||(Ee[i]=Pa[i])})});var Me=v((Gr,Tp)=>{l();"use...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  8. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          // keys. Keys can collide causing detectable patterns in the shuffled
          // output. Collisions translates into more ascending sub-sequences in the
          // shuffled output than would be expected by chance. To avoid collisions,
          // the number of possible key values must be sufficiently large.
    
          // How are more than 2^32 keys created? In each loop iteration, the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			name: "unset list type extension with list map keys extension non-empty",
    			input: apiextensions.CustomResourceValidation{
    				OpenAPIV3Schema: &apiextensions.JSONSchemaProps{
    					XListMapKeys: []string{"key"},
    				},
    			},
    			expectedErrors: []validationMatch{
    				required("spec.validation.openAPIV3Schema.x-kubernetes-list-type"),
    			},
    		},
    		{
    			name: "empty list map keys extension with list type extension map",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation.go

    			allErrs = append(allErrs, validateLimitRangeResourceName(limit.Type, k, idxPath.Child("max").Key(string(k)))...)
    			keys.Insert(string(k))
    			max[string(k)] = q
    		}
    		for k, q := range limit.Min {
    			allErrs = append(allErrs, validateLimitRangeResourceName(limit.Type, k, idxPath.Child("min").Key(string(k)))...)
    			keys.Insert(string(k))
    			min[string(k)] = q
    		}
    
    		if limit.Type == core.LimitTypePod {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top