Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidateDeploymentStatus (0.53 sec)

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

    			t.Errorf("[%s] expected failure", k)
    		} else if !strings.Contains(errs[0].Error(), k) {
    			t.Errorf("unexpected error: %q, expected: %q", errs[0].Error(), k)
    		}
    	}
    }
    
    func TestValidateDeploymentStatus(t *testing.T) {
    	collisionCount := int32(-3)
    	tests := []struct {
    		name string
    
    		replicas           int32
    		updatedReplicas    int32
    		readyReplicas      int32
    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