fix visible typo
This commit is contained in:
parent
e30554bd39
commit
7815ab33dd
@ -95,7 +95,7 @@ type Runtime interface {
|
|||||||
// it is useful when doing SIGKILL for hard eviction scenarios, or max grace period during soft eviction scenarios.
|
// it is useful when doing SIGKILL for hard eviction scenarios, or max grace period during soft eviction scenarios.
|
||||||
KillPod(pod *v1.Pod, runningPod Pod, gracePeriodOverride *int64) error
|
KillPod(pod *v1.Pod, runningPod Pod, gracePeriodOverride *int64) error
|
||||||
// GetPodStatus retrieves the status of the pod, including the
|
// GetPodStatus retrieves the status of the pod, including the
|
||||||
// information of all containers in the pod that are visble in Runtime.
|
// information of all containers in the pod that are visible in Runtime.
|
||||||
GetPodStatus(uid types.UID, name, namespace string) (*PodStatus, error)
|
GetPodStatus(uid types.UID, name, namespace string) (*PodStatus, error)
|
||||||
// Returns the filesystem path of the pod's network namespace; if the
|
// Returns the filesystem path of the pod's network namespace; if the
|
||||||
// runtime does not handle namespace creation itself, or cannot return
|
// runtime does not handle namespace creation itself, or cannot return
|
||||||
|
Loading…
Reference in New Issue
Block a user