mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-11 19:16:11 +00:00
Adds latest generated modules
This commit is contained in:
@@ -571,7 +571,7 @@ pod_disruption_budget:
|
||||
|
||||
def main():
|
||||
try:
|
||||
module = KubernetesAnsibleModule('pod_disruption_budget', 'V1beta1')
|
||||
module = KubernetesAnsibleModule('pod_disruption_budget', '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