We need to a request timeout option feature for the kubectl client as sometime our cluster takes a while to answer the test request. Should I create a PR to change the struct kubectl option : https://github.com/gruntwork-io/terratest/blob/2fef8499dd216657ba34cecf0b059f70adea8000/modules/k8s/kubectl_options.go#L8 ?
We need to a request timeout option feature for the kubectl client as sometime our cluster takes a while to answer the test request.
Should I create a PR to change the struct kubectl option :
terratest/modules/k8s/kubectl_options.go
Line 8 in 2fef849