Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager caches RuntimeClass API objects, and provides accessors to the Kubelet.
func NewManager ¶
NewManager returns a new RuntimeClass Manager. Run must be called before the manager can be used.
func (*Manager) LookupRuntimeHandler ¶
LookupRuntimeHandler returns the RuntimeHandler string associated with the given RuntimeClass name (or the default of "" for nil). If the RuntimeClass is not found, it returns an apierrors.NotFound error.
Click to show internal directories.
Click to hide internal directories.