k8s icon indicating copy to clipboard operation
k8s copied to clipboard

add v1 model and tests for poddisruptionbudgets

Open j18e opened this issue 2 years ago • 1 comments

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.

j18e avatar May 02 '22 12:05 j18e

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

oyvindio avatar Jun 02 '22 06:06 oyvindio