Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Namespace string
ClusterWide bool
ServiceAccount string
KubeCli kubernetes.Interface
KubeExtCli apiextensionsclient.Interface
EtcdCRCli versioned.Interface
CreateCRD bool
}
type Controller ¶
type Controller struct {
Config
// contains filtered or unexported fields
}
func New ¶
func New(cfg Config) *Controller
func (*Controller) Start ¶ added in v0.5.2
func (c *Controller) Start() error
Click to show internal directories.
Click to hide internal directories.