var kubectlCmd …
var applyCmd …
var createCmd …
var secretCmd …
var genericCmd …
var authCmd …
var reconcileCmd …
func TestParseCommandHeaders(t *testing.T) { … }
func buildCommandChain(commands []*cobra.Command) *cobra.Command { … }
func TestCancelRequest(t *testing.T) { … }
type cancellableRoundTripper …
func (rtc *cancellableRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) { … }
func (rtc *cancellableRoundTripper) CancelRequest(req *http.Request) { … }
type nonCancellableRoundTripper …
func (rtc *nonCancellableRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) { … }