fix typos in clustering modules (#62196)

pull/62208/head
Andrey Klychkov 5 years ago committed by Will Thames
parent a72ea8440a
commit dee529dc66

@ -44,7 +44,7 @@ options:
required: false
token:
description:
- the token key indentifying an ACL rule set. If generated by consul
- the token key identifying an ACL rule set. If generated by consul
this will be a UUID
required: false
rules:
@ -604,7 +604,7 @@ def get_consul_client(configuration):
def check_dependencies():
"""
Checks that the required dependencies have been imported.
:exception ImportError: if it is detected that any of the required dependencies have not been iported
:exception ImportError: if it is detected that any of the required dependencies have not been imported
"""
if not python_consul_installed:
raise ImportError("python-consul required for this module. "

@ -75,7 +75,7 @@ options:
type: str
token:
description:
- The token key indentifying an ACL rule set that controls access to
- The token key identifying an ACL rule set that controls access to
the key value pair
type: str
cas:

@ -51,7 +51,7 @@ options:
namespace:
description:
- Use to specify an object namespace. Use in conjunction with I(api_version), I(kind), and I(name)
to identify a specfic object.
to identify a specific object.
label_selectors:
description: List of label selectors to use to filter results
field_selectors:

@ -26,7 +26,7 @@ author:
- "Fabian von Feilitzsch (@fabianvf)"
description:
- Similar to the kubectl scale command. Use to set the number of replicas for a Deployment, ReplicatSet,
- Similar to the kubectl scale command. Use to set the number of replicas for a Deployment, ReplicaSet,
or Replication Controller, or the parallelism attribute of a Job. Supports check mode.
extends_documentation_fragment:

Loading…
Cancel
Save