ClientConfig returns the underlying kube client config
()
| 144 | |
| 145 | // ClientConfig returns the underlying kube client config |
| 146 | func (client *client) ClientConfig() clientcmd.ClientConfig { |
| 147 | return client.clientConfig |
| 148 | } |
| 149 | |
| 150 | // IsInCluster returns if the kube context is the in cluster context |
| 151 | func (client *client) IsInCluster() bool { |