Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDropPodLifecycleSleepAction (0.35 sec)

  1. pkg/api/pod/util_test.go

    			if diff := cmp.Diff(tc.newPod, tc.wantPod); diff != "" {
    				t.Fatalf("Unexpected modification to new pod; diff (-got +want)\n%s", diff)
    			}
    		})
    	}
    }
    
    func TestDropPodLifecycleSleepAction(t *testing.T) {
    	makeSleepHandler := func() *api.LifecycleHandler {
    		return &api.LifecycleHandler{
    			Sleep: &api.SleepAction{Seconds: 1},
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top