mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-10 18:46:12 +00:00
Adds latest generated modules
This commit is contained in:
@@ -172,8 +172,8 @@ options:
|
||||
description:
|
||||
- Type is the name of a deployment strategy.
|
||||
choices:
|
||||
- Custom
|
||||
- Rolling
|
||||
- Custom
|
||||
- Recreate
|
||||
aliases:
|
||||
- strategy_type
|
||||
@@ -548,7 +548,7 @@ options:
|
||||
- Whether or not to verify the API server's SSL certificates.
|
||||
type: bool
|
||||
requirements:
|
||||
- openshift == 0.3.1
|
||||
- openshift == 0.3.3
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
@@ -4910,7 +4910,7 @@ deployment_config:
|
||||
|
||||
def main():
|
||||
try:
|
||||
module = OpenShiftAnsibleModule('deployment_config', 'V1')
|
||||
module = OpenShiftAnsibleModule('deployment_config', 'v1')
|
||||
except OpenShiftAnsibleException as exc:
|
||||
# The helper failed to init, so there is no module object. All we can do is raise the error.
|
||||
raise Exception(exc.message)
|
||||
|
||||
Reference in New Issue
Block a user