Documentation ¶
Index ¶
- type LabelSet
- type Manager
- func (m *Manager) Create(name string, labelSet LabelSet) error
- func (m *Manager) Delete(name string) error
- func (m *Manager) Get(name string) (LabelSet, error)
- func (m *Manager) GetAll() (NodepoolLabelSets, error)
- func (m *Manager) Sync(sets NodepoolLabelSets) error
- func (m *Manager) Update(name string, labelSet LabelSet) error
- func (m *Manager) UpdateOrCreate(name string, labelSet LabelSet) error
- type NodepoolLabelSets
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 NewNPLSManager ¶
func (*Manager) GetAll ¶
func (m *Manager) GetAll() (NodepoolLabelSets, error)
func (*Manager) Sync ¶
func (m *Manager) Sync(sets NodepoolLabelSets) error
type NodepoolLabelSets ¶
Click to show internal directories.
Click to hide internal directories.