Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for key5 (0.32 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

    			Current:  `{}`,
    			Modified: `{"complex_nullable":["key1",null,"key2"]}`,
    
    			ExpectedTwoWay:         `{"complex_nullable":["key1",null,"key2"]}`,
    			ExpectedTwoWayResult:   `{"complex_nullable":["key1",null,"key2"]}`,
    			ExpectedThreeWay:       `{"complex_nullable":["key1",null,"key2"]}`,
    			ExpectedThreeWayResult: `{"complex_nullable":["key1",null,"key2"]}`,
    		},
    		"added only": {
    			Original: `{"name":"foo"}`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			errors: []string{
    				`key must be 'value' and key2 must be 'value2'`,
    				`key must not be equal to key2`,
    			},
    			obj: map[string]interface{}{
    				"key":  "value",
    				"key2": "value",
    			},
    			schema: &schema.Structural{
    				Generic: schema.Generic{
    					Type: "object",
    				},
    				Properties: map[string]schema.Structural{
    					"key":  stringType,
    					"key2": stringType,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    	if err != nil {
    		t.Fatalf("unmarshal key: %v", err)
    	}
    	key := &jose.JSONWebKey{Key: priv, Use: "sig", Algorithm: string(alg)}
    	thumbprint, err := key.Thumbprint(crypto.SHA256)
    	if err != nil {
    		t.Fatalf("computing thumbprint: %v", err)
    	}
    	key.KeyID = hex.EncodeToString(thumbprint)
    	return key
    }
    
    // staticKeySet implements oidc.KeySet.
    type staticKeySet struct {
    	keys []*jose.JSONWebKey
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  4. tests/integration/pilot/common/routing.go

    			return map[string]any{
    				"Headers": []configData{{"@request.auth.claims.sub", "prefix", "sub"}},
    				"WithoutHeaders": []configData{
    					{"@request.auth.claims.nested.key1", "exact", "value-not-matched"},
    					{"@request.auth.claims.nested.key1", "regex", "(\\W|^)value\\s{0,3}not{0,1}\\s{0,3}matched(\\W|$)"},
    				},
    				"SystemNamespace":   t.Istio.Settings().SystemNamespace,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/cache/LocalCache.java

        return (result != null) ? result : defaultValue;
      }
    
      V getOrLoad(K key) throws ExecutionException {
        return get(key, defaultLoader);
      }
    
      ImmutableMap<K, V> getAllPresent(Iterable<?> keys) {
        int hits = 0;
        int misses = 0;
    
        ImmutableMap.Builder<K, V> result = ImmutableMap.builder();
        for (Object key : keys) {
          V value = get(key);
          if (value == null) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/gateway_test.go

    					ServerCertificate: "server-cert.crt",
    					PrivateKey:        "private-key.key",
    				},
    			},
    			result: &auth.DownstreamTlsContext{
    				CommonTlsContext: &auth.CommonTlsContext{
    					AlpnProtocols: util.ALPNHttp,
    					TlsCertificateSdsSecretConfigs: []*auth.SdsSecretConfig{
    						{
    							Name: "file-cert:server-cert.crt~private-key.key",
    							SdsConfig: &core.ConfigSource{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

          "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
          "properties": {
            "key": {
              "description": "key is the label key that the selector applies to.",
              "type": "string",
              "x-kubernetes-patch-merge-key": "key",
              "x-kubernetes-patch-strategy": "merge"
            },
            "operator": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top