Categorygithub.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig

# Functions

CreateRestConfig creates an Kubernetes API config from user configuration.
MakeClient can take configuration if needed for other types of auth.
MakeDynamicClient can take configuration if needed for other types of auth.
MakeOpenShiftQuotaClient can take configuration if needed for other types of auth and return an OpenShift quota API client.
No description provided by the author

# Constants

AuthTypeKubeConfig uses local credentials like those used by kubectl.
AuthTypeNone means no auth is required.
AuthTypeServiceAccount means to use the built-in service account that K8s automatically provisions for each pod.
AuthTypeTLS indicates that client TLS auth is desired.

# Structs

APIConfig contains options relevant to connecting to the K8s API.

# Type aliases

AuthType describes the type of authentication to use for the K8s API.