GetConfig returns a Kubernetes client configuration from KUBECONFIG or the service account Kubernetes gives to pods.
()
| 46 | // GetConfig returns a Kubernetes client configuration from KUBECONFIG or the |
| 47 | // service account Kubernetes gives to pods. |
| 48 | func GetConfig() (*rest.Config, error) { return config.GetConfig() } |
| 49 | |
| 50 | // NewManager returns a Manager that interacts with the Kubernetes API of config. |
| 51 | // When config is nil, it reads from KUBECONFIG or the local service account. |
no outgoing calls
no test coverage detected