Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpectedFrameworkStatusInfo ¶
type ExpectedFrameworkStatusInfo struct {
// contains filtered or unexported fields
}
type FrameworkController ¶
type FrameworkController struct {
// contains filtered or unexported fields
}
FrameworkController maintains the lifecycle for all Frameworks in the cluster. It is the engine to transition the Framework.Status and other Framework related objects to satisfy the Framework.Spec eventually.
func NewFrameworkController ¶ added in v0.2.0
func NewFrameworkController() *FrameworkController
func (*FrameworkController) Run ¶
func (c *FrameworkController) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.