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
BaseHost string
ServiceAccount string
KinkyClient versioned.Interface
K8sClient kubernetes.Interface
EtcdClient etcdclientset.Interface
APIExtClient apiextensionsclientset.Interface
CreateCRD bool
}
type Controller ¶
type Controller struct {
Config
// contains filtered or unexported fields
}
func New ¶
func New(cfg Config) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(stop <-chan struct{})
Click to show internal directories.
Click to hide internal directories.