Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestConvertDownwardAPIFieldLabel (0.2 sec)

  1. pkg/apis/core/pods/helpers_test.go

    			t.Errorf("VisitContainersWithPath() for test case %q visited containers %q, wanted to visit %q", tc.description, gotNames, tc.wantNames)
    		}
    	}
    }
    
    func TestConvertDownwardAPIFieldLabel(t *testing.T) {
    	testCases := []struct {
    		version       string
    		label         string
    		value         string
    		expectedErr   bool
    		expectedLabel string
    		expectedValue string
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:35:30 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top