Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidateDeploymentUpdate (0.39 sec)

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

    		Name: "abc",
    		UpdatedAnnotations: map[string]string{
    			"created-by": "abc",
    		},
    		RollbackTo: apps.RollbackConfig{
    			Revision: 1,
    		},
    	}
    }
    
    func TestValidateDeploymentUpdate(t *testing.T) {
    	validLabels := map[string]string{"a": "b"}
    	validPodTemplate := api.PodTemplate{
    		Template: api.PodTemplateSpec{
    			ObjectMeta: metav1.ObjectMeta{
    				Labels: validLabels,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
Back to top