Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeUtil ¶
type KubeUtil interface {
GetUserKubernetesClient(string, accounts.Impersonation, ...RestClientConfigOption) (kubernetes.Interface, radixclient.Interface, kedav2.Interface, secretproviderclient.Interface, tektonclient.Interface, certclient.Interface)
GetServerKubernetesClient(...RestClientConfigOption) (kubernetes.Interface, radixclient.Interface, kedav2.Interface, secretproviderclient.Interface, tektonclient.Interface, certclient.Interface)
}
KubeUtil Interface to be mocked in tests
type RestClientConfigOption ¶
type RestClientConfigOption func(*restclient.Config)
func WithBurst ¶
func WithBurst(burst int) RestClientConfigOption
func WithQPS ¶
func WithQPS(qps float32) RestClientConfigOption
Click to show internal directories.
Click to hide internal directories.