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:
@@ -504,7 +504,7 @@ initializer_configuration:
|
||||
|
||||
def main():
|
||||
try:
|
||||
module = KubernetesAnsibleModule('initializer_configuration', 'V1alpha1')
|
||||
module = KubernetesAnsibleModule('initializer_configuration', 'v1alpha1')
|
||||
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