Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isForking (0.08 sec)

  1. pkg/kubelet/pod_workers.go

    	// invoking the terminating methods if the pod is deleted or orphaned before
    	// it has been started.
    	observedRuntime bool
    }
    
    func (s *podSyncStatus) IsWorking() bool              { return s.working }
    func (s *podSyncStatus) IsTerminationRequested() bool { return !s.terminatingAt.IsZero() }
    func (s *podSyncStatus) IsTerminationStarted() bool   { return s.startedTerminating }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
Back to top