Skip to content

Commit

Permalink
Merge pull request ansible-collections#153 from multi-arch/master
Browse files Browse the repository at this point in the history
Update openshift requirements in k8s module doc
  • Loading branch information
fabianvf authored Jul 6, 2020
2 parents ef6722d + 9aa85e8 commit 2e86b56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/modules/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
validate:
description:
- how (if at all) to validate the resource definition against the kubernetes schema.
Requires the kubernetes-validate python module
Requires the kubernetes-validate python module and openshift >= 0.8.0
suboptions:
fail_on_error:
description: whether to fail on validation errors.
Expand All @@ -132,12 +132,14 @@
- The full definition of an object is needed to generate the hash - this means that deleting an object created with append_hash
will only work if the same object is passed with state=absent (alternatively, just use state=absent with the name including
the generated hash and append_hash=no)
- Requires openshift >= 0.7.2
type: bool
apply:
description:
- C(apply) compares the desired resource definition with the previously supplied resource definition,
ignoring properties that are automatically generated
- C(apply) works better with Services than 'force=yes'
- Requires openshift >= 0.9.2
- mutually exclusive with C(merge_type)
type: bool
Expand Down

0 comments on commit 2e86b56

Please sign in to comment.