Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,160 for GROUP (0.04 sec)

  1. pkg/api/testing/defaulting_test.go

    		{Group: "", Version: "v1", Kind: "NodeList"}:                                                               {},
    		{Group: "", Version: "v1", Kind: "PersistentVolume"}:                                                       {},
    		{Group: "", Version: "v1", Kind: "PersistentVolumeList"}:                                                   {},
    		{Group: "", Version: "v1", Kind: "PersistentVolumeClaim"}:                                                  {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  2. gradle/verification-metadata.xml

                <trusting group="com.github.javaparser"/>
                <trusting group="info.picocli"/>
                <trusting group="io.github.http-builder-ng"/>
                <trusting group="org.testcontainers"/>
                <trusting group="^com[.]diffplug($|([.].*))" regex="true"/>
                <trusting group="^org[.]jetbrains($|([.].*))" regex="true"/>
                <trusting group="^org[.]rnorth($|([.].*))" regex="true"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  3. api/discovery/aggregated_v2beta1.json

                  "responseKind": {
                    "group": "",
                    "kind": "APIService",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "apiservice",
                  "subresources": [
                    {
                      "responseKind": {
                        "group": "",
                        "kind": "APIService",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. cmd/kube-apiserver/app/aggregator.go

    	{Group: "autoscaling", Version: "v2beta2"}:        {Group: 17500, Version: 1},
    	{Group: "batch", Version: "v1"}:                   {Group: 17400, Version: 15},
    	{Group: "batch", Version: "v1beta1"}:              {Group: 17400, Version: 9},
    	{Group: "batch", Version: "v2alpha1"}:             {Group: 17400, Version: 9},
    	{Group: "networking.k8s.io", Version: "v1"}:       {Group: 17200, Version: 15},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 17:44:20 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  5. pkg/config/schema/gvr/resources.gen.go

    	CertificateSigningRequest      = schema.GroupVersionResource{Group: "certificates.k8s.io", Version: "v1", Resource: "certificatesigningrequests"}
    	ConfigMap                      = schema.GroupVersionResource{Group: "", Version: "v1", Resource: "configmaps"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/gradle/GradleFileModuleAdapter.groovy

                            }
                        })
                        dependencies(v.dependencies.collect { d ->
                            { ->
                                if (d.group) {
                                    group d.group
                                }
                                if (d.module) {
                                    module d.module
                                }
                                version {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/daemon/DaemonContextParser.java

            if (matcher.matches()) {
                String uid = matcher.group(1) == null ? null : matcher.group(1).substring("uid=".length());
                String javaHome = matcher.group(2);
                JavaLanguageVersion javaVersion = JavaLanguageVersion.of(matcher.group(3));
                String daemonRegistryDir = matcher.group(4);
                String pidStr = matcher.group(5);
                Long pid = pidStr.equals("null") ? null : Long.parseLong(pidStr);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 09:22:54 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json_test.go

    		},
    		{
    			data:           []byte("{}"),
    			defaultGVK:     &schema.GroupVersionKind{Kind: "Test", Group: "other", Version: "blah"},
    			creater:        &mockCreater{obj: &testDecodable{}},
    			expectedObject: &testDecodable{},
    			expectedGVK:    &schema.GroupVersionKind{Kind: "Test", Group: "other", Version: "blah"},
    			strict:         true,
    		},
    
    		// version without group is not defaulted
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:55:02 UTC 2024
    - 40K bytes
    - Viewed (0)
  9. api/discovery/aggregated_v2.json

                  "responseKind": {
                    "group": "",
                    "kind": "APIService",
                    "version": ""
                  },
                  "scope": "Cluster",
                  "singularResource": "apiservice",
                  "subresources": [
                    {
                      "responseKind": {
                        "group": "",
                        "kind": "APIService",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/TaskReportTaskIntegrationTest.groovy

        def "renders tasks given by group and groups running [tasks, --group=Group 1, --groups=Group 2]"() {
            settingsFile << "rootProject.name = 'test'"
            buildFile << twoGroupsTasks()
    
            when:
            succeeds "tasks", "--group=Group 1", "--groups=Group 2"
    
            then:
            output.contains("$GROUP_1 tasks")
            output.contains("$GROUP_2 tasks")
            !output.contains("Build Setup")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top