Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeRelabelApp ¶
type KubeRelabelApp interface { // Run initializes and runs the app, waiting until completion Run() error }
KubeRelabelApp is the main app entrypoint interface.
func NewRelabelApp ¶
func NewRelabelApp(config config.AppConfig) KubeRelabelApp
NewRelabelApp creates a relabeling app from a given config.
Click to show internal directories.
Click to hide internal directories.