This commit is contained in:
Родитель
56586168e6
Коммит
6bdd36a3c9
|
@ -69,7 +69,7 @@ def load_arguments(self: Connectedk8sCommandsLoader, _: CLICommand) -> None:
|
|||
c.argument(
|
||||
"cluster_name",
|
||||
options_list=["--name", "-n"],
|
||||
help="The name of the connected cluster.",
|
||||
help="The name of the connected clusters.",
|
||||
)
|
||||
c.argument(
|
||||
"kube_config",
|
||||
|
|
|
@ -13,7 +13,7 @@ from setuptools import find_packages, setup
|
|||
# TODO: Confirm this is the right version number you want and it matches your
|
||||
# HISTORY.rst entry.
|
||||
|
||||
VERSION = "1.10.4"
|
||||
VERSION = "1.10.5"
|
||||
|
||||
# The full list of classifiers is available at
|
||||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
|
|
Загрузка…
Ссылка в новой задаче