Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ManPageFileMode defines the file permissions for the man page file ManPageFileMode = 0644 // ManPageDirMode defines the directory permissions for man page directories ManPageDirMode = 0755 )
Variables ¶
View Source
var VersionInfo = types.VersionInfo{
Version: version,
Commit: commit,
BuildDate: buildDate,
}
VersionInfo provides access to version information
Functions ¶
func ManPageCommand ¶ added in v0.1.9
func PrintVersion ¶ added in v0.6.0
PrintVersion writes the CLI version details to w. It is the single source of truth shared by the `version` subcommand and the global `--version` flag so both produce identical output.
func VersionCommand ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package addon provides CLI commands for EKS add-on operations.
|
Package addon provides CLI commands for EKS add-on operations. |
|
Package cluster provides CLI commands for EKS cluster operations.
|
Package cluster provides CLI commands for EKS cluster operations. |
|
Package clusterview renders cluster summaries, details, and comparisons.
|
Package clusterview renders cluster summaries, details, and comparisons. |
|
Package ctxcmd implements refresh context management commands (use, current, context).
|
Package ctxcmd implements refresh context management commands (use, current, context). |
|
Package factory constructs AWS-backed services used by CLI command packages.
|
Package factory constructs AWS-backed services used by CLI command packages. |
|
Package nodegroup provides CLI commands for EKS nodegroup operations.
|
Package nodegroup provides CLI commands for EKS nodegroup operations. |
|
Package runner provides shared CLI command primitives so that every command's run* function doesn't re-implement context+awsconfig+credential setup, the "no cluster specified" fallback, and json/yaml encoding.
|
Package runner provides shared CLI command primitives so that every command's run* function doesn't re-implement context+awsconfig+credential setup, the "no cluster specified" fallback, and json/yaml encoding. |
|
Package workload provides CLI commands for Kubernetes workload operations.
|
Package workload provides CLI commands for Kubernetes workload operations. |
Click to show internal directories.
Click to hide internal directories.