const errBadCertificate …
const errNoConfiguration …
const errMissingCertPath …
const errSignedByUnknownCA …
var defaultCluster …
var defaultUser …
var namedCluster …
var groupVersions …
var retryBackoff …
func TestKubeConfigFile(t *testing.T) { … }
func TestMissingKubeConfigFile(t *testing.T) { … }
func TestTLSConfig(t *testing.T) { … }
func TestRequestTimeout(t *testing.T) { … }
func TestWithExponentialBackoff(t *testing.T) { … }
func bootstrapTestDir(t *testing.T) string { … }
func newKubeConfigFile(config v1.Config) (string, error) { … }
func newTestServer(clientCert, clientKey, caCert []byte, handler func(http.ResponseWriter, *http.Request)) (*httptest.Server, error) { … }
func TestWithExponentialBackoffContextIsAlreadyCanceled(t *testing.T) { … }
func TestWithExponentialBackoffWebhookErrorIsMostImportant(t *testing.T) { … }
func TestWithExponentialBackoffWithRetryExhaustedWhileContextIsNotCanceled(t *testing.T) { … }
func TestWithExponentialBackoffParametersNotSet(t *testing.T) { … }
func TestGenericWebhookWithExponentialBackoff(t *testing.T) { … }
func getSingleCounterValueFromRegistry(t *testing.T, r metrics.Gatherer, name string) int { … }