Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 111 for GoVersion (0.25 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AvailableJavaHomes.java

         * Returns a JDK for each of the given java versions, if available.
         */
        public static List<Jvm> getJdks(final String... versions) {
            List<JavaVersion> javaVersions = Arrays.stream(versions).map(JavaVersion::toVersion).collect(Collectors.toList());
            return getJdks(Iterables.toArray(javaVersions, JavaVersion.class));
        }
    
        /**
         * Returns a JDK for each of the given java versions, if available.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/JavaToolchainQueryServiceTest.groovy

                return JvmInstallationMetadata.failure(location, "errorMessage")
            }
    
            Mock(JvmInstallationMetadata) {
                getLanguageVersion() >> JavaVersion.toVersion(languageVersion)
                getJavaHome() >> location.absoluteFile.toPath()
                getJavaVersion() >> languageVersion.replace("zzz", "999")
                isValidInstallation() >> true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:46:10 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. operator/pkg/translate/translate.go

    	"istio.io/istio/operator/pkg/name"
    	"istio.io/istio/operator/pkg/object"
    	"istio.io/istio/operator/pkg/tpath"
    	"istio.io/istio/operator/pkg/util"
    	"istio.io/istio/operator/pkg/version"
    	oversion "istio.io/istio/operator/version"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/util/sets"
    )
    
    const (
    	// HelmValuesEnabledSubpath is the subpath from the component root to the enabled parameter.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/InProcessGradleExecuter.java

                String requestedVersion = properties.getProperty("toolchainVersion");
                if (requestedVersion != null) {
                    try {
                        JavaVersion requestedJavaVersion = JavaVersion.toVersion(requestedVersion);
                        return !requestedJavaVersion.equals(JavaVersion.current());
                    } catch (Exception e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

            this.javaHome = javaHome == null ? null : javaHome.getAbsolutePath();
            return this;
        }
    
        protected final JavaVersion getJavaVersionFromJavaHome() {
            try {
                return JavaVersion.toVersion(JVM_VERSION_DETECTOR.getJavaVersionMajor(Jvm.forHome(getJavaHomeLocation())));
            } catch (IllegalArgumentException | JavaHomeException e) {
                return JavaVersion.current();
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  6. pkg/apis/apps/validation/validation_test.go

    	ss := mkStatefulSet(&podTemplate, tweakName("abc"))
    	modifiedss := mkStatefulSet(&podTemplate, tweakName("cdf"))
    
    	var (
    		valid           = newControllerRevision("1", "validname", "validns", &ss, 0)
    		noVersion       = newControllerRevision("", "validname", "validns", &ss, 0)
    		changedData     = newControllerRevision("1", "validname", "validns", &modifiedss, 0)
    		changedRevision = newControllerRevision("1", "validname", "validns", &ss, 1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            },
            "gitTreeState": {
              "type": "string"
            },
            "gitVersion": {
              "type": "string"
            },
            "goVersion": {
              "type": "string"
            },
            "major": {
              "type": "string"
            },
            "minor": {
              "type": "string"
            },
            "platform": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"buildDate": {
    						SchemaProps: spec.SchemaProps{
    							Default: "",
    							Type:    []string{"string"},
    							Format:  "",
    						},
    					},
    					"goVersion": {
    						SchemaProps: spec.SchemaProps{
    							Default: "",
    							Type:    []string{"string"},
    							Format:  "",
    						},
    					},
    					"compiler": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

              "type": "string"
            },
            "gitTreeState": {
              "type": "string"
            },
            "gitVersion": {
              "type": "string"
            },
            "goVersion": {
              "type": "string"
            },
            "major": {
              "type": "string"
            },
            "minor": {
              "type": "string"
            },
            "platform": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "string"
            },
            "gitTreeState": {
              "type": "string"
            },
            "gitVersion": {
              "type": "string"
            },
            "goVersion": {
              "type": "string"
            },
            "major": {
              "type": "string"
            },
            "minor": {
              "type": "string"
            },
            "platform": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top