Documentation ¶
Overview ¶
Package v1alpha1 provides controllers managing v1alpha1 resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapStatusController ¶
BootstrapStatusController manages v1alpha1.Service based on services subsystem state.
func (*BootstrapStatusController) ManagedResources ¶
func (ctrl *BootstrapStatusController) ManagedResources() (resource.Namespace, resource.Type)
ManagedResources implements controller.Controller interface.
func (*BootstrapStatusController) Name ¶
func (ctrl *BootstrapStatusController) Name() string
Name implements controller.Controller interface.
func (*BootstrapStatusController) Run ¶
func (ctrl *BootstrapStatusController) Run(ctx context.Context, r controller.Runtime, logger *log.Logger) error
Run implements controller.Controller interface.
type ServiceController ¶
ServiceController manages v1alpha1.Service based on services subsystem state.
func (*ServiceController) ManagedResources ¶
func (ctrl *ServiceController) ManagedResources() (resource.Namespace, resource.Type)
ManagedResources implements controller.Controller interface.
func (*ServiceController) Name ¶
func (ctrl *ServiceController) Name() string
Name implements controller.Controller interface.
func (*ServiceController) Run ¶
func (ctrl *ServiceController) Run(ctx context.Context, r controller.Runtime, logger *log.Logger) error
Run implements controller.Controller interface.
type TimeStatusController ¶
type TimeStatusController struct {
V1Alpha1State v1alpha1runtime.State
}
TimeStatusController manages v1alpha1.TimeSync based on configuration and service 'timed' status.
func (*TimeStatusController) ManagedResources ¶
func (ctrl *TimeStatusController) ManagedResources() (resource.Namespace, resource.Type)
ManagedResources implements controller.Controller interface.
func (*TimeStatusController) Name ¶
func (ctrl *TimeStatusController) Name() string
Name implements controller.Controller interface.
func (*TimeStatusController) Run ¶
func (ctrl *TimeStatusController) Run(ctx context.Context, r controller.Runtime, logger *log.Logger) error
Run implements controller.Controller interface.