mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 14:02:38 +00:00
Adds latest generated modules
This commit is contained in:
@@ -4559,7 +4559,7 @@ replication_controller:
|
||||
|
||||
def main():
|
||||
try:
|
||||
module = KubernetesAnsibleModule('replication_controller', 'V1')
|
||||
module = KubernetesAnsibleModule('replication_controller', 'v1')
|
||||
except KubernetesAnsibleException 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