Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 211 for Miss (0.05 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope_test.go

    				"About to decode encrypted object",
    				"Decoded encrypted object",
    				"About to decrypt data using DEK",
    				"Data decryption succeeded",
    			},
    		},
    		{
    			desc:     "decrypt with cache miss",
    			cacheTTL: 1 * time.Second,
    			expected: []string{
    				"About to decode encrypted object",
    				"Decoded encrypted object",
    				"About to decrypt DEK using remote service",
    				"DEK decryption succeeded",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:50:20 UTC 2023
    - 47.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_concepts.adoc

    A task can only be loaded from the cache if it has stable task inputs.
    Unstable task inputs result in the task having a unique set of inputs for every build, which will always result in a cache miss.
    
    [[normalization]]
    == Better reuse via input normalization
    
    Having stable inputs is crucial for cacheable tasks.
    However, achieving byte for byte identical inputs for each task can be challenging.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "in": "query",
                "name": "continue",
                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

              "in": "query",
              "name": "continue",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  5. pkg/kubelet/pleg/generic.go

    // event generator yet.
    //
    // Note that GenericPLEG assumes that a container would not be created,
    // terminated, and garbage collected within one relist period. If such an
    // incident happens, GenenricPLEG would miss all events regarding this
    // container. In the case of relisting failure, the window may become longer.
    // Note that this assumption is not unique -- many kubelet internal components
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

              "in": "query",
              "name": "continue",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

              "in": "query",
              "name": "continue",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope.go

    	state, err := t.stateFunc()
    	if err != nil {
    		return nil, err
    	}
    	if err := state.ValidateEncryptCapability(); err != nil {
    		return nil, err
    	}
    
    	// this prevents a cache miss every time the DEK rotates
    	// this has the side benefit of causing the cache to perform a GC
    	// TODO see if we can do this inside the stateFunc control loop
    	t.cache.set(state.CacheKey, state.Transformer)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 00:23:50 UTC 2023
    - 18.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

                "in": "query",
                "name": "continue",
                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

              "in": "query",
              "name": "continue",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
Back to top