Documentation ¶
Overview ¶
Package probe implements the K8s readiness and liveliness probe handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct { local.PluginLogDeps //inject HTTP *rest.Plugin //inject optionally StatusCheck statuscheck.AgentStatusReader //inject }
Deps is here to group injected dependencies of plugin to not mix with other plugin fields.
type Plugin ¶
type Plugin struct { Deps // contains filtered or unexported fields }
Plugin struct holds all plugin-related data
func (*Plugin) AfterInit ¶
AfterInit is called by the Agent Core after all plugins have been initialized.
Click to show internal directories.
Click to hide internal directories.