Documentation ¶
Index ¶
- Constants
- type Manager
- func (m *Manager) HasGroup(namespace string, group string) (bool, error)
- func (m *Manager) Install(pak *pak.Pak, namespace string, properties map[string]interface{}) (string, error)
- func (m *Manager) List(namespace string) ([]*pak.InstalledPak, error)
- func (m *Manager) Remove(namespace string, group string) error
Constants ¶
View Source
const (
RANDOM_GROUP_GENERATION_MAX_TRIES = 10
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager manages installation and deploying pak to a kubernetes cluster
func NewManager ¶
NewManager returns a Manager
func (*Manager) Install ¶
func (m *Manager) Install(pak *pak.Pak, namespace string, properties map[string]interface{}) (string, error)
Install a pak with given name and returns its group
Click to show internal directories.
Click to hide internal directories.