Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 893 for mapFor (0.24 sec)

  1. staging/src/k8s.io/api/networking/v1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *Ingress) APILifecycleIntroduced() (major, minor int) {
    	return 1, 19
    }
    
    // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. cluster/images/etcd/migrate/versions_test.go

    		match  bool
    	}{
    		{&EtcdVersion{semver.Version{Major: 3, Minor: 1, Patch: 2}}, &EtcdVersion{semver.Version{Major: 3, Minor: 1, Patch: 0}}, true},
    		{&EtcdVersion{semver.Version{Major: 3, Minor: 1, Patch: 2}}, &EtcdVersion{semver.Version{Major: 3, Minor: 1, Patch: 2}}, true},
    
    		{&EtcdVersion{semver.Version{Major: 3, Minor: 0, Patch: 0}}, &EtcdVersion{semver.Version{Major: 3, Minor: 1, Patch: 0}}, false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 28 07:33:23 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/server/deleted_kinds_test.go

    				t.Fatal(actual)
    			}
    		})
    	}
    }
    
    func storageRemovedIn(major, minor int) removedInStorage {
    	return removedInStorage{major: major, minor: minor}
    }
    
    func storageNeverRemoved() removedInStorage {
    	return removedInStorage{neverRemoved: true}
    }
    
    type removedInStorage struct {
    	major, minor int
    	neverRemoved bool
    }
    
    func (r removedInStorage) New() runtime.Object {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/pkg/resource/kustomizevisitor.go

    package resource
    
    import (
    	"bytes"
    
    	"sigs.k8s.io/kustomize/api/krusty"
    	"sigs.k8s.io/kustomize/kyaml/filesys"
    )
    
    // KustomizeVisitor handles kustomization.yaml files.
    type KustomizeVisitor struct {
    	mapper *mapper
    	schema ContentValidator
    	// Directory expected to contain a kustomization file.
    	dirPath string
    	// File system containing dirPath.
    	fSys filesys.FileSystem
    	// Holds result of kustomize build, retained for tests.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 16:40:28 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/ContentFilterableExtensions.kt

     * Import `org.apache.tools.ant.filters.*` for access to all the standard Ant filters.
     *
     * Examples:
     *
     * ```
     * filter<HeadFilter>(mapOf("lines" to 25, "skip" to 2))
     * filter<ReplaceTokens>(mapOf("tokens" to mapOf("copyright" to "2009", "version" to "2.3.1")))
     * ```
     *
     * @param T type of the filter to add
     * @param properties map of filter properties
     * @return this
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *ConversionReview) APILifecycleIntroduced() (major, minor int) {
    	return 1, 13
    }
    
    // APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/authentication/v1alpha1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *SelfSubjectReview) APILifecycleIntroduced() (major, minor int) {
    	return 1, 26
    }
    
    // APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 23:42:33 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  8. pilot/pkg/model/context_test.go

    			fields: fields{Major: 2, Minor: 1, Patch: 1},
    			args:   args{&model.IstioVersion{Major: 2, Minor: 1, Patch: -1}},
    			want:   0,
    		},
    		{
    			name:   "less at patch",
    			fields: fields{Major: 2, Minor: 1, Patch: 0},
    			args:   args{&model.IstioVersion{Major: 2, Minor: 1, Patch: 1}},
    			want:   -1,
    		},
    		{
    			name:   "ignore minor",
    			fields: fields{Major: 2, Minor: 1, Patch: 11},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 23:51:52 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/dev_aix_ppc.go

    // license that can be found in the LICENSE file.
    
    //go:build aix && ppc
    
    // Functions to access/create device major and minor numbers matching the
    // encoding used by AIX.
    
    package unix
    
    // Major returns the major component of a Linux device number.
    func Major(dev uint64) uint32 {
    	return uint32((dev >> 16) & 0xffff)
    }
    
    // Minor returns the minor component of a Linux device number.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 739 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storagemigration/v1alpha1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *StorageVersionMigration) APILifecycleIntroduced() (major, minor int) {
    	return 1, 30
    }
    
    // APILifecycleDeprecated is an autogenerated function, returning the release in which the API struct was or will be deprecated as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top