package
3.11.0-beta3+incompatible
Repository: https://github.com/signalfx/neo-agent.git
Documentation: pkg.go.dev
# Functions
MakeClient can take configuration if needed for other types of auth.
# Constants
AuthTypeNone means no auth is required.
AuthTypeServiceAccount means to use the built-in service account that K8s automatically provisions for each pod.
AuthTypeTLS means to use client TLS certs.
# Type aliases
AuthType describes the type of authentication to use for the K8s API.