Documentation
¶
Overview ¶
Package loadbalancer have all services and interface to work with the YandexCloud loadbalancer API.
Index ¶
- type Service
- func (s *Service) AddTarget(ctx context.Context, addr, subnetID string) error
- func (s *Service) Delete(ctx context.Context) (bool, error)
- func (s *Service) Describe(ctx context.Context) (infrav1.LoadBalancerStatus, error)
- func (s *Service) IsActive(ctx context.Context) (bool, error)
- func (s *Service) Reconcile(ctx context.Context) error
- func (s *Service) RemoveTarget(ctx context.Context, addr, subnetID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service implements instances reconciler.
func (*Service) IsActive ¶
IsActive returns true when the load balancer instance have an ACTIVE status.
Click to show internal directories.
Click to hide internal directories.