kubelet

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL