Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for secondaryExists (0.16 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    		secondaryValue, secondaryExists := node.Labels[r.secondaryKey]
    
    		if !primaryExists {
    			// The primary label key does not exist. This should not happen
    			// within our supported version skew range, when no external
    			// components/factors modifying the node object. Ignore this case.
    			continue
    		}
    		if secondaryExists && primaryValue != secondaryValue {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
Back to top