Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for immutable (0.2 sec)

  1. operator/cmd/mesh/manifest-generate_test.go

    		// Check we aren't changing immutable fields. This only matters for in place upgrade (non revision)
    		// This one is not a selector, it must be an exact match
    		if sel := mustGetLabels(t, deployment, "spec.selector.matchLabels"); !reflect.DeepEqual(deploymentSelector, sel) {
    			t.Fatalf("Depployment selectors are immutable, but changed since 1.5. Was %v, now is %v", deploymentSelector, sel)
    		}
    	})
    }
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 43.5K bytes
    - Viewed (0)
Back to top