Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for NOW (0.23 sec)

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

    		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)
    		}
    	})
    }
    
    // This test enforces that objects that reference other objects do so properly, such as Service selecting deployment
    func TestConfigSelectors(t *testing.T) {
    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