Update references to 'kubernetes' to proper name

This updates references to 'kubernetes' to be consistent with
the proper naming reference used elsewhere ('Kubernetes').

Change-Id: Ia44f5cbc75c2fba79ac6531282e0612e62cbb9f9
Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
Steve Wilkerson 2019-10-29 08:29:47 -05:00
parent 3101e642ce
commit b1d37d8cd3
3 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ func NewClusterCommand(rootSettings *environment.AirshipCTLSettings) *cobra.Comm
clusterRootCmd := &cobra.Command{
Use: ClusterUse,
// TODO: (kkalynovskyi) Add more description when more subcommands are added
Short: "Control kubernetes cluster",
Long: "Interactions with kubernetes cluster, such as get status, deploy initial infrastructure",
Short: "Control Kubernetes cluster",
Long: "Interactions with Kubernetes cluster, such as get status, deploy initial infrastructure",
}
return clusterRootCmd

View File

@ -1,2 +1,2 @@
Interactions with kubernetes cluster, such as get status, deploy initial infrastructure
Interactions with Kubernetes cluster, such as get status, deploy initial infrastructure

View File

@ -18,6 +18,6 @@ Flags:
-h, --help help for airshipctl
Additional help topics:
airshipctl cluster Control kubernetes cluster
airshipctl cluster Control Kubernetes cluster
Use "airshipctl [command] --help" for more information about a command.