Documentation
¶
Index ¶
- Constants
- Variables
- func AddonCommand() *cli.Command
- func ClusterCommand() *cli.Command
- func CompareClustersCommand() *cli.Command
- func DescribeAddonCommand() *cli.Command
- func DescribeClusterCommand() *cli.Command
- func DescribeNodegroupCommand() *cli.Command
- func ListAddonsCommand() *cli.Command
- func ListClustersCommand() *cli.Command
- func ListNodegroupsCommand() *cli.Command
- func ManPageCommand() *cli.Command
- func NodegroupCommand() *cli.Command
- func NodegroupRecommendationsCommand() *cli.Command
- func ScaleNodegroupCommand() *cli.Command
- func UpdateAddonCommand() *cli.Command
- func UpdateAmiCommand() *cli.Command
- func VersionCommand() *cli.Command
Constants ¶
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 ¶
var VersionInfo = types.VersionInfo{
Version: "v0.2.1",
Commit: "",
BuildDate: "",
}
Functions ¶
func AddonCommand ¶ added in v0.2.1
func AddonCommand() *cli.Command
AddonCommand groups add-on commands
func ClusterCommand ¶ added in v0.2.1
func ClusterCommand() *cli.Command
ClusterCommand groups cluster-related subcommands using verb as subcommand
func CompareClustersCommand ¶ added in v0.2.1
func CompareClustersCommand() *cli.Command
CompareClustersCommand creates the compare-clusters command
func DescribeAddonCommand ¶ added in v0.2.1
func DescribeAddonCommand() *cli.Command
DescribeAddonCommand describes a single EKS add-on with configuration
func DescribeClusterCommand ¶ added in v0.2.1
func DescribeClusterCommand() *cli.Command
DescribeClusterCommand creates the describe-cluster command
func DescribeNodegroupCommand ¶ added in v0.2.1
func DescribeNodegroupCommand() *cli.Command
DescribeNodegroupCommand creates the describe-nodegroup command
func ListAddonsCommand ¶ added in v0.2.1
func ListAddonsCommand() *cli.Command
ListAddonsCommand lists EKS add-ons for a cluster
func ListClustersCommand ¶ added in v0.2.1
func ListClustersCommand() *cli.Command
ListClustersCommand creates the list-clusters command
func ListNodegroupsCommand ¶ added in v0.2.1
func ListNodegroupsCommand() *cli.Command
ListNodegroupsCommand creates the list-nodegroups command
func ManPageCommand ¶ added in v0.1.9
func ManPageCommand() *cli.Command
func NodegroupCommand ¶ added in v0.2.1
func NodegroupCommand() *cli.Command
NodegroupCommand groups nodegroup-related subcommands
func NodegroupRecommendationsCommand ¶ added in v0.2.1
func NodegroupRecommendationsCommand() *cli.Command
NodegroupRecommendationsCommand creates the nodegroup-recommendations command
func ScaleNodegroupCommand ¶ added in v0.2.1
func ScaleNodegroupCommand() *cli.Command
ScaleNodegroupCommand creates the scale-nodegroup command
func UpdateAddonCommand ¶ added in v0.2.1
func UpdateAddonCommand() *cli.Command
UpdateAddonCommand updates an EKS add-on to a target version (or latest)
func UpdateAmiCommand ¶
func UpdateAmiCommand() *cli.Command
func VersionCommand ¶
func VersionCommand() *cli.Command
Types ¶
This section is empty.