Documentation
¶
Overview ¶
Package cmd implements the command-line interface for the k8s-controller application. It uses the Cobra library to provide a structured CLI with subcommands and flags.
Package cmd contains the CLI commands for the k8s-controller application. This file implements the 'serve' command which starts the HTTP server.
Package cmd contains the CLI commands for the k8s-controller application. This file implements the 'version' command which displays the current version.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Version = "dev"
Version holds the current version of the application. This value can be overridden at build time using ldflags: go build -ldflags "-X github.com/Searge/k8s-controller/cmd.Version=v1.0.0"
Functions ¶
Types ¶
This section is empty.