Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtcdManager ¶
type EtcdManager struct {
// contains filtered or unexported fields
}
OperatorManager manages the operator
func New ¶
func New(confRest *rest.Config, fileName string, scheme *runtime.Scheme, log logr.Logger, opt Options) (*EtcdManager, error)
New creates a new `OperatorManager`
func (*EtcdManager) InstallOrUpdateEtcd ¶
func (m *EtcdManager) InstallOrUpdateEtcd() error
InstallOrUpdateEtcd installs or updates the operator Stored in `OperatorManager`
func (*EtcdManager) UninstallEtcd ¶
func (m *EtcdManager) UninstallEtcd() error
Click to show internal directories.
Click to hide internal directories.