Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewSelector (0.14 sec)

  1. pkg/apis/batch/validation/validation_test.go

    	// on its own; therfore, the only way to test selector immutability is
    	// when the new selector is changed but still matches the existing labels.
    	newSelector := getValidGeneratedSelector()
    	newSelector.MatchLabels["foo"] = "bar"
    	validTolerations := []api.Toleration{{
    		Key:      "foo",
    		Operator: api.TolerationOpEqual,
    		Value:    "bar",
    		Effect:   api.TaintEffectPreferNoSchedule,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
Back to top