mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-31 11:54:43 +00:00
Adds latest generated modules
This commit is contained in:
@@ -543,7 +543,7 @@ certificate_signing_request:
|
||||
|
||||
def main():
|
||||
try:
|
||||
module = KubernetesAnsibleModule('certificate_signing_request', 'V1beta1')
|
||||
module = KubernetesAnsibleModule('certificate_signing_request', 'v1beta1')
|
||||
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