Documentation
¶
Overview ¶
Package kubelet implements a runner to locate services associated with the current cluster's kubelet api. to accomplish this, it comes equipped with the following strategies:
DefaultGatewayStrategy:
this strategy will attempt to locate the current pod's default gateway. from there, it will scan every subnet for the same address to look for http services associated with the kubelet api. i.e. default gateway = 192.168.2.1 will produce a scan for 192.168.{0-255}.1:10255
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Runner = runner.Runner{ Name: "Kubelet", Strategies: []runner.Strategy{ &defaultGatewayStrategy{}, }, }
Runner defines the list of strategies to use to discover information about the Kubelet read-only API on nodes in the cluster.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.