Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Master ¶
type Master struct {
*controller.Controller
}
func NewMaster ¶
func NewMaster(config MasterConfig) (*Master, error)
type MasterConfig ¶
type MasterConfig struct {
K8sClient k8sclient.Interface
Logger micrologger.Logger
}
Click to show internal directories.
Click to hide internal directories.