We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration helper class to retrieve unspecified configuration arguments.
KubernetesClient should work without any kind of configuration (Zero Config).
This class should provide the default values for the necessary arguments:
The text was updated successfully, but these errors were encountered:
#4 #5: basic ./kube/config is parsed and works
a42de5b
- Provided default values for timeouts - Client certificate authentication works - Trust all certificates works
manusa
No branches or pull requests
Configuration helper class to retrieve unspecified configuration arguments.
KubernetesClient should work without any kind of configuration (Zero Config).
This class should provide the default values for the necessary arguments:
Default URLThe text was updated successfully, but these errors were encountered: