Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsDeleted (0.16 sec)

  1. pkg/kubelet/kubelet_pods_test.go

    					t.Fatalf("unexpected sync statuses: %#v", w.podSyncStatuses)
    				}
    				s, ok := w.podSyncStatuses[uid]
    				if !ok || !s.IsTerminationRequested() || !s.IsTerminationStarted() || s.IsFinished() || s.IsWorking() || !s.IsDeleted() {
    					t.Fatalf("unexpected requested pod termination: %#v", s)
    				}
    				// expect we get a pod sync record for kill that should have the same grace period as before (2), but no
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top