linkerd2/policy-test
Oliver Gould c809610e55
Update Rust Kubernetes dependencies (#9454)
* Update kubert to v0.10
* Update kube-rs to v0.75 (fixes #9339)
* Update k8s-openapi to v0.16
* Update k8s-gateway-api to v0.7

Signed-off-by: Oliver Gould <ver@buoyant.io>
2022-09-27 08:43:36 -07:00
..
src Update Rust Kubernetes dependencies (#9454) 2022-09-27 08:43:36 -07:00
tests Add `policyController.probeNetworks` configuration value (#9091) 2022-08-05 10:43:22 -06:00
Cargo.toml Update Rust Kubernetes dependencies (#9454) 2022-09-27 08:43:36 -07:00
README.md dev: Run policy tests via `just` (#8919) 2022-07-19 14:01:26 -07:00

README.md

Policy controller tests

The policy-test crate includes integration tests for the policy controller.

Running locally

:; just policy-test

Running in CI

See the workflow.