Documentation ¶ Index ¶ type Service func New(s *scope.ManagedMachinePool) *Service func (s *Service) Delete(ctx context.Context) error func (s Service) Name() string func (s *Service) Reconcile(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { *scope.ManagedMachinePool } func New ¶ func New(s *scope.ManagedMachinePool) *Service func (*Service) Delete ¶ func (s *Service) Delete(ctx context.Context) error func (Service) Name ¶ func (s Service) Name() string func (*Service) Reconcile ¶ func (s *Service) Reconcile(ctx context.Context) error Source Files ¶ View all Source files pool.go Click to show internal directories. Click to hide internal directories.