Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExampleStatus (0.18 sec)

  1. pkg/controller/deployment/util/deployment_util_test.go

    		}
    	}
    )
    
    func TestGetCondition(t *testing.T) {
    	exampleStatus := status()
    
    	tests := []struct {
    		name string
    
    		status   apps.DeploymentStatus
    		condType apps.DeploymentConditionType
    
    		expected bool
    	}{
    		{
    			name: "condition exists",
    
    			status:   *exampleStatus,
    			condType: apps.DeploymentAvailable,
    
    			expected: true,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 37.1K bytes
    - Viewed (0)
Back to top