Versions in this module Expand all Collapse all v0 v0.2.0 Jan 27, 2019 Changes in this version + func Add(mgr manager.Manager) error + type CloudConfigClient struct + func New(url string, opts ...func(*CloudConfigClient)) (*CloudConfigClient, error) + func (client CloudConfigClient) GetConfig(app, label string, profile ...string) ([]byte, error) + func (client CloudConfigClient) GetConfigFile(file, app, label string, profile ...string) ([]byte, error) + type Option func(*CloudConfigClient) + func BasicAuth(username, password string) Option + func BearerAuth(token string) Option + func ClientCert(cert, key []byte) Option + func Insecure() Option + func Proxy(url *url.URL) Option + func RootCA(caCert []byte) Option + func TrustStore(certs map[string][]byte) Option + type ReconcileCloudConfigEnv struct + func (r *ReconcileCloudConfigEnv) Reconcile(request reconcile.Request) (reconcile.Result, error)