Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sAPIServer ¶
type K8sAPIServer struct { NodeName string `toml:"node_name"` // contains filtered or unexported fields }
func (*K8sAPIServer) Description ¶
func (k *K8sAPIServer) Description() string
Description returns the description of this plugin
func (*K8sAPIServer) Gather ¶
func (k *K8sAPIServer) Gather(acc telegraf.Accumulator) error
func (*K8sAPIServer) SampleConfig ¶
func (k *K8sAPIServer) SampleConfig() string
SampleConfig returns a sample config
func (*K8sAPIServer) Start ¶
func (k *K8sAPIServer) Start(acc telegraf.Accumulator) error
func (*K8sAPIServer) Stop ¶
func (k *K8sAPIServer) Stop()
Click to show internal directories.
Click to hide internal directories.