mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-14 21:45:11 +00:00
`hack/test-cmd.sh` contains a list of `kubectl` commands to test. However, the effect of the execution of those commands was not systematically checked. As a consequence, it was possible to break a command without breaking those tests. This commit surrounds every single `kubectl` command with assertions on pre and post condition.