Documentation ¶
Overview ¶
this package manages containers available for execution
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeConfig ¶
type RuntimeConfig struct {
MountSource string
}
type RuntimeManager ¶
type RuntimeManager struct {
// contains filtered or unexported fields
}
func (*RuntimeManager) GetContainersForRuntime ¶
func (r *RuntimeManager) GetContainersForRuntime(rt *manifest.ManifestRuntime) ([]types.Container, error)
func (*RuntimeManager) IsContainerReady ¶
func (r *RuntimeManager) IsContainerReady(containerId string) bool
func (*RuntimeManager) NewRuntimeManager ¶
func (r *RuntimeManager) NewRuntimeManager(ctn di.Container) error
func (*RuntimeManager) Run ¶
func (r *RuntimeManager) Run()
Run scales up or down containers based on manifest file
Click to show internal directories.
Click to hide internal directories.