We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02464a4 + 6f52660 commit 00af731Copy full SHA for 00af731
test/extended/util/util_otp.go
@@ -63,7 +63,7 @@ func (c *CLI) GuestConfig() *rest.Config {
63
// WithoutKubeconf simulates running commands without kubeconfig - OTP compatibility
64
// This is a no-op in origin but needed for OTP compatibility
65
func (c *CLI) WithoutKubeconf() *CLI {
66
- // OTP expects this method but origin doesn't need special handling
+ c.configPath = ""
67
return c
68
}
69
0 commit comments