Documentation ¶
Overview ¶
Package kubelet implements a discovery.kubelet component.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Arguments ¶
type Arguments struct { URL config.URL `alloy:"url,attr,optional"` Interval time.Duration `alloy:"refresh_interval,attr,optional"` HTTPClientConfig config.HTTPClientConfig `alloy:",squash"` Namespaces []string `alloy:"namespaces,attr,optional"` }
Arguments configures the discovery.kubelet component.
func (*Arguments) SetToDefault ¶
func (args *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
Click to show internal directories.
Click to hide internal directories.