Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for annotationsMap (0.09 sec)

  1. pkg/kubelet/cm/devicemanager/pod_devices.go

    			if e, ok := annotationsMap[k]; ok {
    				klog.V(4).InfoS("Skip existing annotation", "annotationKey", k, "annotationValue", v)
    				if e != v {
    					klog.ErrorS(nil, "Annotation has conflicting setting", "annotationKey", k, "expected", e, "got", v)
    				}
    				continue
    			}
    			klog.V(4).InfoS("Add annotation", "annotationKey", k, "annotationValue", v)
    			annotationsMap[k] = v
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 27 02:10:25 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top