Documentation ¶ Index ¶ Variables type Service func NewService(machineScope *scope.Machine) *Service func (s *Service) Delete(ctx context.Context) error func (s *Service) Reconcile(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ View Source var ( ErrPrivateIPNotFound = errors.New("private IP not found in IPAM") ) Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { *scope.Machine } func NewService ¶ func NewService(machineScope *scope.Machine) *Service func (*Service) Delete ¶ func (s *Service) Delete(ctx context.Context) error func (*Service) Reconcile ¶ func (s *Service) Reconcile(ctx context.Context) error Source Files ¶ View all Source files instance.go Click to show internal directories. Click to hide internal directories.