makeClusterConfig creates the Config object from a cluster initializing it with data from the controller. func (c *Controller) makeClusterConfig() cluster.Config { return cluster.Config{ TODO(jlewi): Do we need a service account? ServiceAccount: c.Config.ServiceAccount, KubeCli: c.KubeCli, } }
()
source not stored for this graph (policy: none)
no test coverage detected