Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 106 for keys2 (0.07 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	taintEvictionController = "taint-eviction-controller"
    )
    
    // labelReconcileInfo lists Node labels to reconcile, and how to reconcile them.
    // primaryKey and secondaryKey are keys of labels to reconcile.
    //   - If both keys exist, but their values don't match. Use the value from the
    //     primaryKey as the source of truth to reconcile.
    //   - If ensureSecondaryExists is true, and the secondaryKey does not
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context_test.go

    	gotns := make([]string, 0)
    	for _, filter := range pc.envoyFiltersByNamespace["testns"] {
    		gotns = append(gotns, filter.Keys()...)
    	}
    	gotns1 := make([]string, 0)
    	for _, filter := range pc.envoyFiltersByNamespace["testns-1"] {
    		gotns1 = append(gotns1, filter.Keys()...)
    	}
    	if !reflect.DeepEqual(expectedns, gotns) {
    		t.Errorf("Envoy filters are not ordered as expected. expected: %v got: %v", expectedns, gotns)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  3. pilot/pkg/security/authn/policy_applier_test.go

    								JwksUri:              jwksURI,
    								ForwardOriginalToken: true,
    								OutputClaimToHeaders: []*v1beta1.ClaimToHeader{
    									{Header: "x-jwt-key1", Claim: "value1"},
    									{Header: "x-jwt-key2", Claim: "value2"},
    								},
    							},
    						},
    					},
    				},
    			},
    			expected: &hcm.HttpFilter{
    				Name: "envoy.filters.http.jwt_authn",
    				ConfigType: &hcm.HttpFilter_TypedConfig{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  4. pkg/apis/admissionregistration/types.go

    	//   - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values
    	//     are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with
    	//     non-intersecting keys are appended, retaining their partial order.
    	// Required.
    	Expression string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      //   - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values
      //     are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with
      //     non-intersecting keys are appended, retaining their partial order.
      // Required.
      optional string Expression = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      //   - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values
      //     are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with
      //     non-intersecting keys are appended, retaining their partial order.
      // Required.
      optional string Expression = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

          return llvm::Twine(s).concat(std::string(width - s.size(), ' ')).str();
        };
    
        // Generate a quantization report.
        size_t name_col_width = 5;
        absl::c_for_each(func_count_map.keys(), [&name_col_width](const auto& key) {
          name_col_width = std::max(name_col_width, key.size() + 1);
        });
    
        std::vector<std::string> lines;
        lines.push_back("-------- Quantization Summary --------");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    // 'v:<value>', where <value> is the exact json formatted value of a list item
    // 'i:<index>', where <index> is position of a item in a list
    // 'k:<keys>', where <keys> is a map of  a list item's key fields to their unique values
    // If a key maps to an empty Fields value, the field that key represents is part of the set.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  9. tests/integration/security/authz_test.go

    						},
    						{
    							prefix: "[NestedToken1]",
    							jwt:    jwt.TokenIssuer1WithNestedClaims1,
    							path:   "/nested-key2",
    							allow:  false,
    						},
    						{
    							prefix: "[NestedToken2]",
    							jwt:    jwt.TokenIssuer1WithNestedClaims2,
    							path:   "/nested-key2",
    							allow:  true,
    						},
    						{
    							prefix: "[NestedToken1]",
    							jwt:    jwt.TokenIssuer1WithNestedClaims1,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  10. src/cmd/internal/testdir/testdir_test.go

    	"fixedbugs/issue7525.go",  // types2 reports init cycle error on different line - ok otherwise
    )
    
    func setOf(keys ...string) map[string]bool {
    	m := make(map[string]bool, len(keys))
    	for _, key := range keys {
    		m[key] = true
    	}
    	return m
    }
    
    // splitQuoted splits the string s around each instance of one or more consecutive
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top