Skip to content

Kube: enable setting the kubeconfig file to use #73

@nmaguiar

Description

@nmaguiar

Is your feature request related to a problem? Please describe.
When using the Kube oPack it can be useful to provide a different kubeconfig file.

Describe the solution you'd like
It should be possible, on a controlled way, to set the Kube config to use a specific kubeconfig file during the object instantiation.

Describe alternatives you've considered
It's possible to set the kubeconfig system property before but this would affect any other concurrent object instantiations:

java.lang.System.setProperty("kubeconfig", "/another/kubeconfig")
var kube = new Kube()

Additional context
n/a

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions