Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 83 for aGroup (0.2 sec)

  1. cluster/gce/util.sh

      for ((i=1; i<=NUM_MIGS; i++)); do
        local group_name="${NODE_INSTANCE_PREFIX}-group-$i"
        if [[ $i -eq ${NUM_MIGS} ]]; then
          # TODO: We don't add a suffix for the last group to keep backward compatibility when there's only one MIG.
          # We should change it at some point, but note #18545 when changing this.
          group_name="${NODE_INSTANCE_PREFIX}-group"
        fi
        # Spread the remaining number of nodes evenly
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

            <field>
              <name>artifactId</name>
              <version>3.0.0+</version>
              <required>true</required>
              <description>The identifier for this artifact that is unique within the group given by the
                group ID. An artifact is something that is either produced or used by a project.
                Examples of artifacts produced by Maven for a project include: JARs, source and binary
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            outputContains("capabilities: [[capability group='root', name='lib', version='unspecified'], [capability group='root', name='lib', version='unspecified'], [], [capability group='test', name='test', version='1.3'], [capability group='root', name='common', version='unspecified'], [capability group='root', name='common', version='unspecified'], [capability group='test', name='test-dependency', version='1.3']]")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  4. pkg/printers/internalversion/printers_test.go

    		{schema.GroupKind{}, "name", "name"},
    		{schema.GroupKind{Kind: "Kind"}, "", "kind/"}, // should not happen in practice
    		{schema.GroupKind{Kind: "Kind"}, "name", "kind/name"},
    		{schema.GroupKind{Group: "group", Kind: "Kind"}, "name", "kind.group/name"},
    	}
    	for _, tt := range tests {
    		if got := formatResourceName(tt.kind, tt.name, true); got != tt.want {
    			t.Errorf("formatResourceName(%q, %q) = %q, want %q", tt.kind, tt.name, got, tt.want)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            }
          },
          "type": "object",
          "x-kubernetes-group-version-kind": [
            {
              "group": "",
              "kind": "Pod",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.core.v1.PodAffinity": {
          "description": "Pod affinity is a group of inter pod affinity scheduling rules.",
          "properties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  6. pkg/controller/job/job_controller_test.go

    			// job manager setup
    			clientSet := clientset.NewForConfigOrDie(&restclient.Config{Host: "", ContentConfig: restclient.ContentConfig{GroupVersion: &schema.GroupVersion{Group: "", Version: "v1"}}})
    
    			var fakeClock clock.WithTicker
    			if tc.controllerTime != nil {
    				fakeClock = clocktesting.NewFakeClock(*tc.controllerTime)
    			} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	var _p0 *uint16
    	_p0, ret = syscall.UTF16PtrFromString(objectName)
    	if ret != nil {
    		return
    	}
    	return _getNamedSecurityInfo(_p0, objectType, securityInformation, owner, group, dacl, sacl, sd)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    akdn
    
    // alfaromeo : 2015-07-31 Fiat Chrysler Automobiles N.V.
    alfaromeo
    
    // alibaba : 2015-01-15 Alibaba Group Holding Limited
    alibaba
    
    // alipay : 2015-01-15 Alibaba Group Holding Limited
    alipay
    
    // allfinanz : 2014-07-03 Allfinanz Deutsche Vermögensberatung Aktiengesellschaft
    allfinanz
    
    // allstate : 2015-07-31 Allstate Fire and Casualty Insurance Company
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	appsv1beta1 := schema.GroupVersion{Group: "apps", Version: "v1beta1"}
    	appsv1beta2 := schema.GroupVersion{Group: "apps", Version: "v1beta2"}
    	extensionsv1beta1 := schema.GroupVersion{Group: "extensions", Version: "v1beta1"}
    	if requestInfo, found := genericapirequest.RequestInfoFrom(ctx); found {
    		groupVersion := schema.GroupVersion{Group: requestInfo.APIGroup, Version: requestInfo.APIVersion}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    							Claim:  "groups",
    							Prefix: pointer.String("system:"),
    						},
    					},
    					UserValidationRules: []apiserver.UserValidationRule{
    						{
    							Expression: "user.groups.all(group, !group.startsWith('system:'))",
    							Message:    "groups cannot used reserved system: prefix",
    						},
    					},
    				},
    				now: func() time.Time { return now },
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
Back to top