k8s
k8s copied to clipboard
add v1 model and tests for poddisruptionbudgets
This PR adds poddisruptionbudgets from the policy/v1 apiversion. PDB's were partially implemented with the v1beta1 version in 2018, but these were never put into use.
The code analysis issues can be fixed by disabling the check for the test class; see for example https://github.com/fiaas/k8s/blob/master/tests/k8s/test_apiextensions_v1_custom_resource_definition.py#L31