mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
kube::test::if_has_string and kube::test::if_has_not_string only match the first argument, and don't allow regular expressions, so we need to split the checks into separate buckets, ensuring they are strictly tied to this particular test. Signed-off-by: Maciej Szulik <soltysh@gmail.com>