Documentation
¶
Index ¶
- func NewAPIServiceHandler(o *Options) *apiServiceHandler
- func NewAvailabilityHandler(o *Options) *availabilityHandler
- func NewConfigurationHandler(o *Options) *configurationHandler
- func NewDeploymentHandler(o *Options) *deploymentHandler
- func NewDeploymentReadyHandler(o *Options) *deploymentReadyHandler
- func NewServiceHandler(o *Options) *serviceHandler
- func NewValidationHandler(o *Options) *validationHandler
- func NewWebhookConfigurationHandlerHandler(o *Options) *webhookConfigurationHandler
- type Options
- type ReconcileRequestContext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAPIServiceHandler ¶
func NewAPIServiceHandler(o *Options) *apiServiceHandler
func NewAvailabilityHandler ¶
func NewAvailabilityHandler(o *Options) *availabilityHandler
func NewConfigurationHandler ¶
func NewConfigurationHandler(o *Options) *configurationHandler
func NewDeploymentHandler ¶
func NewDeploymentHandler(o *Options) *deploymentHandler
func NewDeploymentReadyHandler ¶
func NewDeploymentReadyHandler(o *Options) *deploymentReadyHandler
func NewServiceHandler ¶
func NewServiceHandler(o *Options) *serviceHandler
func NewValidationHandler ¶
func NewValidationHandler(o *Options) *validationHandler
func NewWebhookConfigurationHandlerHandler ¶
func NewWebhookConfigurationHandlerHandler(o *Options) *webhookConfigurationHandler
Types ¶
type Options ¶
type Options struct { OperandContext operatorruntime.OperandContext Client *operatorruntime.Client PrimaryLister autoscalingv1listers.ClusterResourceOverrideLister SecondaryLister *secondarywatch.Lister Asset *asset.Asset Deploy deploy.Interface }
type ReconcileRequestContext ¶
type ReconcileRequestContext struct {
operatorruntime.OperandContext
}
func NewReconcileRequestContext ¶
func NewReconcileRequestContext(oc operatorruntime.OperandContext) *ReconcileRequestContext
func (*ReconcileRequestContext) ControllerSetter ¶
func (r *ReconcileRequestContext) ControllerSetter() operatorruntime.SetControllerFunc
Click to show internal directories.
Click to hide internal directories.