mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 22:12:44 +00:00
Update openshift requirements in k8s module doc
This commit is contained in:
@@ -111,7 +111,7 @@ options:
|
|||||||
validate:
|
validate:
|
||||||
description:
|
description:
|
||||||
- how (if at all) to validate the resource definition against the kubernetes schema.
|
- 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:
|
suboptions:
|
||||||
fail_on_error:
|
fail_on_error:
|
||||||
description: whether to fail on validation errors.
|
description: whether to fail on validation errors.
|
||||||
@@ -132,12 +132,14 @@ options:
|
|||||||
- The full definition of an object is needed to generate the hash - this means that deleting an object created with append_hash
|
- 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
|
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)
|
the generated hash and append_hash=no)
|
||||||
|
- Requires openshift >= 0.7.2
|
||||||
type: bool
|
type: bool
|
||||||
apply:
|
apply:
|
||||||
description:
|
description:
|
||||||
- C(apply) compares the desired resource definition with the previously supplied resource definition,
|
- C(apply) compares the desired resource definition with the previously supplied resource definition,
|
||||||
ignoring properties that are automatically generated
|
ignoring properties that are automatically generated
|
||||||
- C(apply) works better with Services than 'force=yes'
|
- C(apply) works better with Services than 'force=yes'
|
||||||
|
- Requires openshift >= 0.9.2
|
||||||
- mutually exclusive with C(merge_type)
|
- mutually exclusive with C(merge_type)
|
||||||
type: bool
|
type: bool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user