Documentation ¶
Index ¶
- type ServiceLoadBalancerHandler
- func (s *ServiceLoadBalancerHandler) AfterControlPlaneInitialized(ctx context.Context, req *runtimehooksv1.AfterControlPlaneInitializedRequest, ...)
- func (s *ServiceLoadBalancerHandler) BeforeClusterUpgrade(ctx context.Context, req *runtimehooksv1.BeforeClusterUpgradeRequest, ...)
- func (s *ServiceLoadBalancerHandler) Name() string
- type ServiceLoadBalancerProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceLoadBalancerHandler ¶
type ServiceLoadBalancerHandler struct { ProviderHandler map[string]ServiceLoadBalancerProvider // contains filtered or unexported fields }
func New ¶
func New( c ctrlclient.Client, handlers map[string]ServiceLoadBalancerProvider, ) *ServiceLoadBalancerHandler
func (*ServiceLoadBalancerHandler) AfterControlPlaneInitialized ¶
func (s *ServiceLoadBalancerHandler) AfterControlPlaneInitialized( ctx context.Context, req *runtimehooksv1.AfterControlPlaneInitializedRequest, resp *runtimehooksv1.AfterControlPlaneInitializedResponse, )
func (*ServiceLoadBalancerHandler) BeforeClusterUpgrade ¶ added in v0.10.0
func (s *ServiceLoadBalancerHandler) BeforeClusterUpgrade( ctx context.Context, req *runtimehooksv1.BeforeClusterUpgradeRequest, resp *runtimehooksv1.BeforeClusterUpgradeResponse, )
func (*ServiceLoadBalancerHandler) Name ¶
func (s *ServiceLoadBalancerHandler) Name() string
Click to show internal directories.
Click to hide internal directories.