Documentation ¶
Overview ¶
Package runtime implements the controller runtime.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
Runtime implements controller runtime.
func NewRuntime ¶
NewRuntime initializes controller runtime object.
func (*Runtime) GetDependencyGraph ¶
func (runtime *Runtime) GetDependencyGraph() (*controller.DependencyGraph, error)
GetDependencyGraph returns dependency graph between resources and controllers.
func (*Runtime) RegisterController ¶
func (runtime *Runtime) RegisterController(ctrl controller.Controller) error
RegisterController registers new controller.
Directories ¶
Path | Synopsis |
---|---|
Package dependency implements the dependency handling database.
|
Package dependency implements the dependency handling database. |
Click to show internal directories.
Click to hide internal directories.