var _ …
type roundTripper …
func (r *roundTripper) RoundTrip(req *http.Request) (*http.Response, error) { … }
func (r *roundTripper) Wrap(delegate http.RoundTripper) http.RoundTripper { … }
func clientConfigWithRoundTripper(f *framework.Framework) (*roundTripper, *rest.Config) { … }
func verifyStore(ctx context.Context, expectedSecrets []v1.Secret, store cache.Store) { … }
const expectedStreamingRequestMadeByClient …
func getExpectedRequestMadeByClientFor(rv string) []string { … }
func getExpectedRequestMadeByClientWhenFallbackToListFor(rv string) []string { … }
func addWellKnownSecrets(ctx context.Context, f *framework.Framework) []v1.Secret { … }
func addWellKnownUnstructuredSecrets(ctx context.Context, f *framework.Framework) []unstructured.Unstructured { … }
type byName …
func (a byName) Len() int { … }
func (a byName) Less(i, j int) bool { … }
func (a byName) Swap(i, j int) { … }
func newSecret(name string) *v1.Secret { … }