package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
IpcNamespaceForPod returns the runtimeapi.NamespaceMode for the IPC namespace of a pod.
namespacesForPod returns the runtimeapi.NamespaceOption for a given pod.
NetworkNamespaceForPod returns the runtimeapi.NamespaceMode for the network namespace of a pod.
PidNamespaceForPod returns the runtimeapi.NamespaceMode for the PID namespace of a pod.
PodSandboxChanged checks whether the spec of the pod is changed and returns (changed, new attempt, original sandboxID if exist).
# Interfaces
LookupRuntimeHandler is implemented by *runtimeclass.Manager.