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
Describe the bug When calling tunnel.ForwardPortE with a KubecltOptions struct containing a RestConfig the RestConfig is not used for the api calls.
To Reproduce Steps to reproduce the behavior, code snippets and examples which can be used to reproduce the issue.
options := k8s.NewKubectlOptionsWithRestConfig(restConfig, namespace) tunnel := k8s.NewTunnel(options, resourceType, resourceName, 0, port) tunnel.ForwardPortE(t)
Expected behavior The rest config is honored.
Versions
The text was updated successfully, but these errors were encountered:
denis256
Successfully merging a pull request may close this issue.
Describe the bug
When calling tunnel.ForwardPortE with a KubecltOptions struct containing a RestConfig the RestConfig is not used for the api calls.
To Reproduce
Steps to reproduce the behavior, code snippets and examples which can be used to reproduce the issue.
Expected behavior
The rest config is honored.
Versions
The text was updated successfully, but these errors were encountered: