Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetDeploymentCondition (0.29 sec)

  1. operator/pkg/verifier/verify_test.go

    		t.Run(fmt.Sprintf("[ok-%v] ", i), func(tt *testing.T) {
    			if err := verifyDeploymentStatus(c); err != nil {
    				tt.Fatalf("unexpected error: %v", err)
    			}
    		})
    	}
    }
    
    func TestGetDeploymentCondition(t *testing.T) {
    	cases := []struct {
    		status     appsv1.DeploymentStatus
    		condType   appsv1.DeploymentConditionType
    		shouldFind bool
    	}{
    		{
    			// Simple "find Available in Available"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 28 16:26:13 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top