Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SandboxRuntimeClass is a valid RuntimeClass pre-populated in the populated dynamic client. SandboxRuntimeClass = "sandbox" // SandboxRuntimeHandler is the handler associated with the SandboxRuntimeClass. SandboxRuntimeHandler = "kata-containers" // EmptyRuntimeClass is a valid RuntimeClass without a handler pre-populated in the populated dynamic client. EmptyRuntimeClass = "native" )
Variables ¶
This section is empty.
Functions ¶
func NewPopulatedClient ¶ added in v1.14.0
NewPopulatedClient creates a fake client for use with the runtimeclass.Manager, and populates it with a few test RuntimeClass objects.
func NewRuntimeClass ¶ added in v1.14.0
func NewRuntimeClass(name, handler string) *nodev1beta1.RuntimeClass
NewRuntimeClass is a helper to generate a RuntimeClass resource with the given name & handler.
func StartManagerSync ¶
func StartManagerSync(m *runtimeclass.Manager) func()
StartManagerSync starts the manager, and waits for the informer cache to sync. Returns a function to stop the manager, which should be called with a defer:
defer StartManagerSync(t, m)()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.