Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Workaround for watching CR resource. // TODO: remove this to use CR client. KubeHttpCli *http.Client MasterHost string )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Namespace string ServiceAccount string PVProvisioner string s3config.S3Context KubeCli kubernetes.Interface KubeExtCli apiextensionsclient.Interface EtcdCRCli client.EtcdClusterCR }
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.