Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateDeploymentStatus (0.14 sec)

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

    			ReadyReplicas:      test.readyReplicas,
    			AvailableReplicas:  test.availableReplicas,
    			ObservedGeneration: test.observedGeneration,
    			CollisionCount:     test.collisionCount,
    		}
    
    		errs := ValidateDeploymentStatus(&status, field.NewPath("status"))
    		if hasErr := len(errs) > 0; hasErr != test.expectedErr {
    			errString := dump.Pretty(errs)
    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