Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,212 for aGroup (0.13 sec)

  1. cmd/kubeadm/app/componentconfigs/configset.go

    	for _, handler := range known {
    		group := handler.GroupVersion.Group
    		if _, ok := scratchClusterCfg.ComponentConfigs[group]; ok {
    			// Normally loaded component config. No manual upgrade required on behalf of users.
    			results = append(results, outputapiv1alpha3.ComponentConfigVersionState{
    				Group:            group,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishHttpIntegTest.groovy

            return publicationBuild(version, group, uri, "maven", '')
        }
    
        private static String publicationBuildWithCredentialsProvider(String version, String group, URI uri, Class<? extends Credentials> credentialsType = PasswordCredentials.class) {
            return publicationBuild(version, group, uri, "maven", "credentials(${credentialsType.simpleName})")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/builder_test.go

    			opts:         Options{V2: true},
    		},
    		{
    			name:         "with invalid-typed properties",
    			schema:       `{"type":"object","properties":{"spec":{"type":"bug"},"status":{"type":"object"}}}`,
    			wantedSchema: `{"type":"object","x-kubernetes-group-version-kind":[{"group":"bar.k8s.io","kind":"Foo","version":"v1"}]}`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/util/marshal_test.go

    			gvkmap: kubeadmapi.DocumentMap{
    				{Group: "foo.k8s.io", Version: "v1", Kind: "Foo"}: files["foo"],
    			},
    		},
    		{
    			name:         "FooBar",
    			fileContents: bytes.Join([][]byte{files["foo"], files["bar"]}, []byte(constants.YAMLDocumentSeparator)),
    			gvkmap: kubeadmapi.DocumentMap{
    				{Group: "foo.k8s.io", Version: "v1", Kind: "Foo"}: files["foo"],
    				{Group: "bar.k8s.io", Version: "v2", Kind: "Bar"}: files["bar"],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenHttpRepoResolveIntegrationTest.groovy

            given:
            def projectA = mavenHttpRepo.module('group', 'projectA', '1.2')
            projectA.dependsOn('group', 'projectC', '1.2')
            projectA.publish()
            def projectB = mavenHttpRepo.module('group', 'projectB', '1.2')
            projectB.artifact(classifier: 'classy')
            projectB.dependsOn('group', 'projectC', '1.2')
            projectB.publish()
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml.golden

      namespace: group-namespace1
    spec:
      gateways:
      - istio-system/gateway-istio-autogenerated-k8s-gateway-slctr-labels
      hosts:
      - '*'
      http:
      - name: group-namespace1.bind-cross-namespace.0
        route:
        - destination:
            host: httpbin.group-namespace1.svc.domain.suffix
            port:
              number: 86
      - name: group-namespace2.bind-cross-namespace.0
        route:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  7. platforms/software/maven/src/test/groovy/org/gradle/api/publish/maven/internal/tasks/MavenPomFileGeneratorTest.groovy

            def dependency = new DefaultMavenDependency("dep-group", "dep-name", "dep-version", null, null, "runtime", [exclude1, exclude2, exclude3] as Set, false)
    
            pom.getDependencies().set(pomDependencies(dependency))
    
            when:
            exclude1.group >> "excl-1-group"
            exclude1.module >> "excl-1-module"
            exclude2.group >> "excl-2-group"
            exclude2.module >> null
            exclude3.group >> null
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/pkg/resource/fallback_query_param_verifier_test.go

    			crds: []schema.GroupKind{},
    			gvk: schema.GroupVersionKind{
    				Group:   "batch",
    				Version: "v1",
    				Kind:    "Job",
    			},
    			queryParam:       QueryParamFieldValidation,
    			expectedSupports: true,
    		},
    		"Field validation query param supported for core/v1/Namespace, primary verifier": {
    			crds: []schema.GroupKind{},
    			gvk: schema.GroupVersionKind{
    				Group:   "",
    				Version: "v1",
    				Kind:    "Namespace",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 18:30:16 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/watch_tracker_test.go

    			name:     "mypod update in foo namespace in group group",
    			request:  httpRequest("PUT", "/apis/group/v1/namespaces/foo/pods/mypod", ""),
    			expected: 1,
    		},
    		{
    			name:     "otherpod update in foo namespace in group group",
    			request:  httpRequest("PUT", "/apis/group/v1/namespaces/foo/pods/otherpod", ""),
    			expected: 1,
    		},
    		{
    			name:     "mypod update in var namespace in group group",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 03 14:02:51 UTC 2021
    - 10.4K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                            <div class="input-group">
                                                <la:text styleId="notificationTo" property="notificationTo"
                                                         styleClass="form-control"/>
                                                <div class="input-group-append">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 16 12:54:35 UTC 2023
    - 39.4K bytes
    - Viewed (0)
Back to top