Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // HostnameOverride is the name of k8s node HostnameOverride string // RuntimeEndpoint is the endpoint of runtime RuntimeEndpoint string // Is debug/pprof endpoint enabled EnableProfiling bool // BindAddr is the address the endpoint binds to. BindAddr string // CollectInterval is the period for state collector to collect metrics CollectInterval time.Duration // MaxInactivity is the maximum time from last recorded activity before automatic restart MaxInactivity time.Duration // Ifaces is the network devices to collect metric Ifaces []string }
Options hold the command-line options about crane manager
Click to show internal directories.
Click to hide internal directories.