Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedPatchBytes (0.27 sec)

  1. pkg/util/pod/pod_test.go

    				t.Errorf("unexpected error: %v", err)
    			}
    			if unchanged != tc.expectUnchanged {
    				t.Errorf("unexpected change: %t", unchanged)
    			}
    			if !reflect.DeepEqual(patchBytes, tc.expectedPatchBytes) {
    				t.Errorf("expect patchBytes: %q, got: %q\n", tc.expectedPatchBytes, patchBytes)
    			}
    		})
    	}
    }
    
    func getPodStatus() v1.PodStatus {
    	return v1.PodStatus{
    		Phase: v1.PodRunning,
    		Conditions: []v1.PodCondition{
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 15:22:29 UTC 2022
    - 4.5K bytes
    - Viewed (0)
Back to top