Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for errString (0.21 sec)

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

    		}
    
    		errs := ValidateDeploymentStatus(&status, field.NewPath("status"))
    		if hasErr := len(errs) > 0; hasErr != test.expectedErr {
    			errString := dump.Pretty(errs)
    			t.Errorf("%s: expected error: %t, got error: %t\nerrors: %s", test.name, test.expectedErr, hasErr, errString)
    		}
    	}
    }
    
    func TestValidateDeploymentStatusUpdate(t *testing.T) {
    	collisionCount := int32(1)
    	otherCollisionCount := int32(2)
    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