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.
Click to show internal directories.
Click to hide internal directories.