Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 510 for v0Version (0.14 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	}
    	if storageFlagCount != 1 {
    		allErrs = append(allErrs, field.Invalid(fldPath.Child("versions"), spec.Versions, "must have exactly one version marked as storage version"))
    	}
    	if len(spec.Version) != 0 {
    		if errs := utilvalidation.IsDNS1035Label(spec.Version); len(errs) > 0 {
    			allErrs = append(allErrs, field.Invalid(fldPath.Child("version"), spec.Version, strings.Join(errs, ",")))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/OutgoingVariantsReportTaskIntegrationTest.groovy

    /*
     * Copyright 2019 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 50K bytes
    - Viewed (0)
  3. docs/changelogs/changelog_3x.md

           <groupId>com.squareup.okio</groupId>
           <artifactId>okio</artifactId>
           <version>1.13.0</version>
         </dependency>
    
         com.squareup.okio:okio:1.13.0
         ```
    
     *  Fix: gracefully recover when Android 7.0's sockets throw an unexpected
        `NullPointerException`.
    
    ## Version 3.7.0
    
    _2017-04-15_
    
     *  **OkHttp no longer recovers from TLS handshake failures by attempting a TLSv1 connection.**
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  4. configure.py

      environ_cp[var_name] = str(var)
    
    
    def convert_version_to_int(version):
      """Convert a version number to a integer that can be used to compare.
    
      Version strings of the form X.YZ and X.Y.Z-xxxxx are supported. The
      'xxxxx' part, for instance 'homebrew' on OS/X, is ignored.
    
      Args:
        version: a version to be converted
    
      Returns:
        An integer if converted successfully, otherwise return None.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	// Deprecated per version
    	deprecated map[string]bool
    
    	// Warnings per version
    	warnings map[string][]string
    
    	// Storage per version
    	storages map[string]customresource.CustomResourceStorage
    
    	// Request scope per version
    	requestScopes map[string]*handlers.RequestScope
    
    	// Scale scope per version
    	scaleRequestScopes map[string]*handlers.RequestScope
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  6. .teamcity/test-buckets.json

    					"problems",
    					"plugins-test-report-aggregation",
    					"resources-sftp",
    					"build-cache-http",
    					"testing-base",
    					"model-groovy",
    					"plugins-jvm-test-suite",
    					"plugins-version-catalog",
    					"plugins-jvm-test-fixtures"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"language-native",
    					"tooling-native",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  7. plugin/pkg/admission/resourcequota/admission_test.go

    	if err == nil {
    		t.Errorf("Expected an error because the pod exceeded allowed quota")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    			switch tt.expectNoUpdate {
    			case true:
    				if version != out.ResourceVersion {
    					t.Errorf("%s: expect no version change, before=%s, after=%s", tt.name, version, out.ResourceVersion)
    				}
    			case false:
    				if version == out.ResourceVersion {
    					t.Errorf("%s: expect version change, but get the same version=%s", tt.name, version)
    				}
    			}
    		})
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/load.go

    	// with a non-zero code if the diff is not empty.
    	TidyDiff bool
    
    	// TidyCompatibleVersion is the oldest Go version that must be able to
    	// reproducibly reload the requested packages.
    	//
    	// If empty, the compatible version is the Go version immediately prior to the
    	// 'go' version listed in the go.mod file.
    	TidyCompatibleVersion string
    
    	// VendorModulesInGOROOTSrc indicates that if we are within a module in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

                        withModule('org:xml') {
                            if (it.candidate.version == '1.1') {
                                reject("version 1.1 is buggy")
                            }
                        }
                    }
                }
            """
            and:
            "a rule which infers module set from group and version"()
    
            when:
            repositoryInteractions {
                'org:core:1.0' {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
Back to top