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 errors.NotFound error.
func (*Manager) Start ¶ added in v1.14.0
func (m *Manager) Start(stopCh <-chan struct{})
Start starts syncing the RuntimeClass cache with the apiserver.
func (*Manager) WaitForCacheSync ¶ added in v1.14.0
func (m *Manager) WaitForCacheSync(stopCh <-chan struct{})
WaitForCacheSync exposes the WaitForCacheSync method on the informer factory for testing purposes.
Click to show internal directories.
Click to hide internal directories.