Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for keyId (0.21 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

    - Hashing of KeyID in Logs
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

    - Added apiserver_envelope_encryption_invalid_key_id_from_status_total to measure number of times an invalid keyID is returned by the Status RPC call. ([#115846](https://github.com/kubernetes/kubernetes/pull/115846), [@ritazh](https://github.com/ritazh)) [SIG API Machinery and Auth]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

      - A `create` or `update` API request with duplicate items in a keyed list no longer wipes out managedFields. Examples include env var entries with the same name, or port entries with the same containerPort in a pod spec.
      - A server-side apply request that makes unrelated changes to an object which has duplicate items in a keyed list no longer fails, and leaves the existing duplicate items as-is.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.26.md

    - Log messages and metrics for the watch cache are now keyed by `<resource>.<group>` instead of `go` struct type. This means e.g. that `*v1.Pod` becomes `pods`. Additionally, resources that come from `CustomResourceDefinitions` are displayed as the correct resource and group, instead of `*unstructured.Unstructured`....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    	// because the mismatchLabelKeys will be `NotIn` labelSelector
    	// and we may want to filter Pods further with other labelSelector with that key.
    
    	// labelKeysMap is keyed by label key and valued by the index of label key in labelKeys.
    	if labelSelector != nil {
    		labelKeysMap := map[string]int{}
    		for i, key := range matchLabelKeys {
    			labelKeysMap[key] = i
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. src/net/http/h2_bundle.go

    }
    
    type http2randomWriteScheduler struct {
    	// zero are frames not associated with a specific stream.
    	zero http2writeQueue
    
    	// sq contains the stream-specific queues, keyed by stream ID.
    	// When a stream is idle, closed, or emptied, it's deleted
    	// from the map.
    	sq map[uint32]*http2writeQueue
    
    	// pool of empty queues for reuse.
    	queuePool http2writeQueuePool
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top