Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for labelFor (0.11 sec)

  1. CHANGELOG/CHANGELOG-1.31.md

    - Removed admission plugin PersistentVolumeLabel. Please use https://github.com/kubernetes-sigs/cloud-pv-admission-labeler instead if you need a similar functionality. ([#124505](https://github.com/kubernetes/kubernetes/pull/124505), [@jsafrane](https://github.com/jsafrane)) [SIG API Machinery, Auth and Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    			oldPV:             testVolumeWithNodeAffinity(simpleVolumeNodeAffinity(kubeletapis.LabelOS, "bar")),
    			newPV:             testVolumeWithNodeAffinity(simpleVolumeNodeAffinity(kubeletapis.LabelOS, "bar")),
    		},
    		"affinity-os-beta-label-to-GA": {
    			isExpectedFailure: false,
    			oldPV:             testVolumeWithNodeAffinity(simpleVolumeNodeAffinity(kubeletapis.LabelOS, "bar")),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    	return allErrs
    }
    
    var betaToGALabel = map[string]string{
    	v1.LabelFailureDomainBetaZone:   v1.LabelTopologyZone,
    	v1.LabelFailureDomainBetaRegion: v1.LabelTopologyRegion,
    	kubeletapis.LabelOS:             v1.LabelOSStable,
    	kubeletapis.LabelArch:           v1.LabelArchStable,
    	v1.LabelInstanceType:            v1.LabelInstanceTypeStable,
    }
    
    var (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top