As of https://github.com/infinyon/k8-api/pull/266KubeConfig is tied to a file path. It is useful to be able to programmatically specify every k8 config option. Perhaps we could have K8Config be an object that has fields for every config option and it can be implement From for PodConfig and KubeConfig.
As of https://github.com/infinyon/k8-api/pull/266
KubeConfig
is tied to a file path. It is useful to be able to programmatically specify every k8 config option. Perhaps we could haveK8Config
be an object that has fields for every config option and it can be implementFrom
forPodConfig
andKubeConfig
.