mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-15 14:05:13 +00:00
* Provide Kubernetes resource validation to k8s module
Use kubernetes-validate to validate Kubernetes resource
definitions against the published schema
* Additional tests for kubernetes-validate
* Improve k8s error messages on exceptions
Parse the response body for the message rather than returning
a JSON blob
If we've validated and there are warnings, return those too - they
can be more helpful
```
"msg": "Failed to patch object: {\"kind\":\"Status\",\"apiVersion\":\"v1\",\"metadata\":{},
\"status\":\"Failure\",\"message\":\"[pos 334]: json: decNum: got first char 'h'\",\"code\":500}\n",
```
vs
```
"msg": "Failed to patch object: [pos 334]: json: decNum: got first char 'h'\nresource
validation error at spec.replicas: 'hello' is not of type u'integer'",
```
* Update versions used
In particular openshift/origin:3.9.0
* Add changelog for k8s validate change
|
||
|---|---|---|
| .. | ||
| cloud | ||
| sanity | ||
| __init__.py | ||
| ansible_util.py | ||
| changes.py | ||
| classification.py | ||
| cli.py | ||
| config.py | ||
| core_ci.py | ||
| cover.py | ||
| csharp_import_analysis.py | ||
| delegation.py | ||
| diff.py | ||
| docker_util.py | ||
| executor.py | ||
| git.py | ||
| http.py | ||
| import_analysis.py | ||
| manage_ci.py | ||
| metadata.py | ||
| powershell_import_analysis.py | ||
| pytar.py | ||
| target.py | ||
| test.py | ||
| thread.py | ||
| util.py | ||