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:
parent
3101e642ce
commit
b1d37d8cd3
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user