Versions in this module Expand all Collapse all v1 v1.0.0 Apr 26, 2019 Changes in this version + type ClientBuilder struct + func (cb *ClientBuilder) ClientOrDie(name string, configFns ...func(*rest.Config)) clientset.Interface + func (cb *ClientBuilder) KubeClientOrDie(name string, configFns ...func(*rest.Config)) kubernetes.Interface + func (cb *ClientBuilder) RestConfig(configFns ...func(*rest.Config)) *rest.Config + type Context struct + AutoUpdate *autoupdate.Controller + CVInformerFactory informers.SharedInformerFactory + CVO *cvo.Operator + InformerFactory informers.SharedInformerFactory + func (c *Context) Start(ctx context.Context) + type Options struct + EnableAutoUpdate bool + EnableMetrics bool + Kubeconfig string + ListenAddr string + Name string + Namespace string + NodeName string + PayloadOverride string + ReleaseImage string + ResyncInterval time.Duration + func NewOptions() *Options + func (o *Options) NewControllerContext(cb *ClientBuilder) *Context + func (o *Options) Run() error