Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoScaler ¶
type AutoScaler struct {
// contains filtered or unexported fields
}
func NewAutoScaler ¶
func NewAutoScaler(controller types.NamespacedName, cfg *rest.Config, d time.Duration, watchedKinds []schema.GroupVersionKind, ownedKinds []schema.GroupVersionKind) *AutoScaler
func (*AutoScaler) Cancel ¶
func (s *AutoScaler) Cancel()
func (*AutoScaler) Start ¶
func (s *AutoScaler) Start()
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager() *Manager
func (*Manager) Cancel ¶
func (s *Manager) Cancel(controller types.NamespacedName)
func (*Manager) CreateRegistration ¶
func (s *Manager) CreateRegistration(controller types.NamespacedName, d time.Duration, watchedKinds []schema.GroupVersionKind, ownedKinds []schema.GroupVersionKind, cfg *rest.Config)
Click to show internal directories.
Click to hide internal directories.