Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RCScheduler ¶
type RCScheduler struct { Client *kclient.Client Namespace string ReplicaCount int // contains filtered or unexported fields }
func (*RCScheduler) Cleanup ¶
func (rcs *RCScheduler) Cleanup() error
func (*RCScheduler) Init ¶
func (rcs *RCScheduler) Init() error
func (*RCScheduler) Poll ¶
func (rcs *RCScheduler) Poll() error
type Routine ¶
type Routine struct { Events <-chan *Event // contains filtered or unexported fields }
func NewRoutine ¶
func (*Routine) SignalTerminate ¶
func (r *Routine) SignalTerminate()
type RoutineHandler ¶
Click to show internal directories.
Click to hide internal directories.