Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for Keys (0.07 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. common-protos/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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      - reason
                      - status
                      - type
                      type: object
                    maxItems: 8
                    type: array
                    x-kubernetes-list-map-keys:
                    - type
                    x-kubernetes-list-type: map
                type: object
            required:
            - spec
            type: object
        served: true
        storage: false
        subresources:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "type": "string"
              },
              "message": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
Back to top