Documentation ¶
Index ¶
Constants ¶
View Source
const TLSCAKey = "ca.crt"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpClientRegistry ¶
type HttpClientRegistry interface { Create(ctx context.Context, kubeClient client.Client, ns string) (*http.Client, error) GetOrCreate(ctx context.Context, kubeClient client.Client, ns string) (*http.Client, error) Delete(ns string) }
func NewHttpClientRegistry ¶
func NewHttpClientRegistry() HttpClientRegistry
Click to show internal directories.
Click to hide internal directories.