package
0.0.0-20210929134506-8fd29ad8f0d9
Repository: https://github.com/kok-stack/native-kubelet.git
Documentation: pkg.go.dev

# Functions

AvailableTraceExporters gets the list of registered exporters.
GetTracingExporter gets the specified tracing exporter passing in the options to the exporter init function.
NewCommand creates a new top-level command.
NewJaegerExporter creates a new opencensus tracing exporter.
NewOCAgentExporter creates a new opencensus tracing exporter using the opencensus agent forwarder.
NodeFromProvider builds a kubernetes node object from a provider This is a temporary solution until node stuff actually split off from the provider interface itself.
RegisterTracingExporter registers a tracing exporter.
SetDefaultOpts sets default options for unset values on the passed in option struct.

# Constants

Defaults for root command options.
Defaults for root command options.
Defaults for root command options.
TODO(cpuguy83)(VK1.0): Change this to an addr instead of just a port.
Defaults for root command options.
Defaults for root command options.
Defaults for root command options.
Defaults for root command options.
Defaults for root command options.
Defaults for root command options.
Defaults for root command options.
Defaults for root command options.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

AcceptedCiphers is the list of accepted TLS ciphers, with known weak ciphers elided Note this list should be a moving target.

# Structs

Opts stores all the options for configuring the root virtual-kubelet command.
No description provided by the author

# Type aliases

TracingExporterInitFunc is the function that is called to initialize an exporter.