Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdInClusterClient = &cobra.Command{
Use: "inclusterclient",
Short: "Periodically poll the Kubernetes \"/healthz\" endpoint",
Long: `Periodically polls the Kubernetes "/healthz" endpoint using the in-cluster config. Because of this, this subcommand is meant to be run inside of a Kubernetes pod.
This subcommand can also be used to validate token rotation.`,
Args: cobra.MaximumNArgs(0),
Run: main,
}
CmdInClusterClient is used by agnhost Cobra.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.