Documentation ¶ Index ¶ type Manager func NewManager(log *logrus.Entry, _env env.Interface, db database.OpenShiftClusters, ...) (*Manager, error) func (m *Manager) Create(ctx context.Context) error func (m *Manager) Delete(ctx context.Context) error func (m *Manager) Update(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager struct { // contains filtered or unexported fields } func NewManager ¶ func NewManager(log *logrus.Entry, _env env.Interface, db database.OpenShiftClusters, billing database.Billing, doc *api.OpenShiftClusterDocument) (*Manager, error) func (*Manager) Create ¶ func (m *Manager) Create(ctx context.Context) error func (*Manager) Delete ¶ func (m *Manager) Delete(ctx context.Context) error func (*Manager) Update ¶ func (m *Manager) Update(ctx context.Context) error Source Files ¶ View all Source files create.go delete.go openshiftcluster.go update.go Click to show internal directories. Click to hide internal directories.