package
3.11.0-beta3+incompatible
Repository: https://github.com/signalfx/signalfx-agent.git
Documentation: pkg.go.dev

# Functions

NewClient creates a new client with the given config.

# Constants

AuthTypeNone means there is no authentication to kubelet.
AuthTypeServiceAccount indicates that the default service account token should be used.
AuthTypeTLS indicates that client TLS auth is desired.

# Structs

APIConfig contains config specific to the KubeletAPI.
Client is a wrapper around http.Client that injects the right auth to every request.

# Type aliases

AuthType to use when connecting to kubelet.