Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,318 for groupC (0.24 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/request/context_test.go

    		t.Fatalf("Get UID error, Expected: %s, Actual: %s", expectedUID, result.GetName())
    	}
    
    	expectedGroup := "group1"
    	actualGroup := result.GetGroups()
    	if len(actualGroup) != 1 {
    		t.Fatalf("Get user group number error, Expected: 1, Actual: %d", len(actualGroup))
    	} else if actualGroup[0] != expectedGroup {
    		t.Fatalf("Get user group error, Expected: %s, Actual: %s", expectedGroup, actualGroup[0])
    	}
    
    	expectedExtraKey := "foo"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/utils/attribute_utils.h

    //          which represents the first branch of replicate group 0 and
    //          the first branch of parallel group 0.
    // Second instance of "tf.OpC" after flattening will have
    //          `_parallel_execution_ids = "r0:1,p0:0"`
    //          which represents the second branch of replicate group 0 and
    //          the first branch of parallel group 0.
    // First instance of "tf.OpD" after flattening will have
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  3. tools/istio-clean-iptables/pkg/cmd/testdata/outbound-owner-groups.golden

    Eoin Fennessy <******@****.***> 1715615475 +0100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. pkg/webhooks/validation/controller/controller_test.go

    				Path:      &[]string{"/hook0"}[0],
    			}},
    			Rules: []admission.RuleWithOperations{{
    				Operations: []admission.OperationType{admission.Create, admission.Update},
    				Rule: admission.Rule{
    					APIGroups:   []string{"group0"},
    					APIVersions: []string{"*"},
    					Resources:   []string{"*"},
    				},
    			}},
    			FailurePolicy: ptr.Of(admission.Ignore),
    		}, {
    			Name: "hook1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 05 03:21:04 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. pkg/registry/certificates/certificates/strategy_test.go

    					Name:   "bob",
    					UID:    "123",
    					Groups: []string{"group1"},
    					Extra:  map[string][]string{"foo": {"bar"}},
    				},
    			),
    			obj: &certapi.CertificateSigningRequest{},
    			expectedObj: &certapi.CertificateSigningRequest{
    				Spec: certapi.CertificateSigningRequestSpec{
    					Username: "bob",
    					UID:      "123",
    					Groups:   []string{"group1"},
    					Extra:    map[string]certapi.ExtraValue{"foo": {"bar"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/TaskReportTask.java

            if (this.groups == null) {
                this.groups = new ArrayList<>();
            }
            this.groups.addAll(groups);
        }
    
        /**
         * Returns the task groups to be displayed.
         *
         * Task groups can be added via command-line option '--groups'.
         *
         * @since 7.5
         */
        @Incubating
        @Console
        public List<String> getDisplayGroups() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 24 23:13:41 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  7. tools/istio-iptables/pkg/capture/testdata/outbound-owner-groups-exclude.golden

    Ben Leggett <******@****.***> 1710179183 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  8. releasenotes/notes/fix-workload-group-labels.yaml

    Douglas Reid <******@****.***> 1633375461 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 04 19:24:21 UTC 2021
    - 184 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/options/api_enablement.go

    	}
    
    	groups, err := resourceconfig.ParseGroups(s.RuntimeConfig)
    	if err != nil {
    		return append(errors, err)
    	}
    
    	for _, registry := range registries {
    		// filter out known groups
    		groups = unknownGroups(groups, registry)
    	}
    	if len(groups) != 0 {
    		errors = append(errors, fmt.Errorf("unknown api groups %s", strings.Join(groups, ",")))
    	}
    
    	return errors
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 09:22:37 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/execution/plan/HasFinalizers.java

        protected boolean isCanCancel(Collection<FinalizerGroup> groups) {
            // A node cannot be cancelled if it belongs to a finalizer group that contains a finalized node that has started execution or that cannot be cancelled, and whose finalizer
            // can potentially still execute
            // So visit all the finalizer groups reachable from groups that the node belongs to and the finalized nodes of those groups
            Set<FinalizerGroup> seen = new HashSet<>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 16 22:19:21 UTC 2022
    - 2.1K bytes
    - Viewed (0)
Back to top