Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FooStatus (0.33 sec)

  1. pkg/printers/internalversion/printers_test.go

    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    				Status: api.NamespaceStatus{
    					Phase: "FooStatus",
    				},
    			},
    			// Columns: Name, Status, Age
    			expected: []metav1.TableRow{{Cells: []interface{}{"namespace1", "FooStatus", "0s"}}},
    		},
    		// Basic namespace without status or age.
    		{
    			namespace: api.Namespace{
    				ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top