Adds latest generated modules

This commit is contained in:
Chris Houseknecht
2017-10-11 11:20:28 -04:00
parent db33d54e4c
commit 3797eb3148
180 changed files with 19618 additions and 247 deletions

View File

@@ -4605,7 +4605,7 @@ replica_set:
def main():
try:
module = KubernetesAnsibleModule('replica_set', 'V1beta1')
module = KubernetesAnsibleModule('replica_set', '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)