Upgrade to openshift client 0.4.0 (#35127)

This commit is contained in:
Chris Houseknecht
2018-02-13 10:34:24 -05:00
committed by GitHub
parent 76ff3e9efc
commit 69be2c169f
9 changed files with 25 additions and 15 deletions

View File

@@ -73,6 +73,11 @@ DOCUMENTATION = '''
description:
- List of namespaces. If not specified, will fetch all containers for all namespaces user is authorized
to access.
requirements:
- "python >= 2.7"
- "openshift == 0.4.1"
- "PyYAML >= 3.11"
'''
EXAMPLES = '''

View File

@@ -74,6 +74,11 @@ DOCUMENTATION = '''
description:
- List of namespaces. If not specified, will fetch all containers for all namespaces user is authorized
to access.
requirements:
- "python >= 2.7"
- "openshift == 0.4.1"
- "PyYAML >= 3.11"
'''
EXAMPLES = '''

View File

@@ -115,7 +115,7 @@ DOCUMENTATION = """
requirements:
- "python >= 2.7"
- "openshift >= 0.3"
- "openshift == 0.4.1"
- "PyYAML >= 3.11"
notes:

View File

@@ -115,7 +115,7 @@ DOCUMENTATION = """
requirements:
- "python >= 2.7"
- "openshift >= 0.3"
- "openshift == 0.4.1"
- "PyYAML >= 3.11"
notes: