Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidPersistentConfig = errors.New("invalid persistent configHandler")
)
View Source
var (
ErrInvalidWorkersManager = errors.New("invalid workers manager")
)
View Source
var (
ErrNoKubescaler = errors.New("kubescaler should be provided")
)
Functions ¶
This section is empty.
Types ¶
type ConfigManager ¶
type HandlerV1 ¶
type HandlerV1 struct {
// contains filtered or unexported fields
}
func New ¶
func New(ks *kubescaler.Kubescaler) (*HandlerV1, error)
func (*HandlerV1) RegisterTo ¶
func (h *HandlerV1) RegisterTo(ks *kubescaler.Kubescaler, r *mux.Router)
Click to show internal directories.
Click to hide internal directories.