Merge pull request #26514 from dramich/nodecount
Add nodeCount to formatter
Showing
+88 -6
... | ... | @@ -88,7 +88,7 @@ require ( |
github.com/rancher/security-scan v0.1.7-0.20200222041501-f7377f127168 | ||
github.com/rancher/steve v0.0.0-20200331001732-ccc92e7b19f2 | ||
github.com/rancher/system-upgrade-controller v0.4.1-0.20200326220202-4655d4a551bd | ||
github.com/rancher/types v0.0.0-20200404135832-7a787b354966 | ||
github.com/rancher/types v0.0.0-20200407154953-bd140b76a4df | ||
github.com/rancher/wrangler v0.5.4-0.20200326191509-4054411d9736 | ||
github.com/rancher/wrangler-api v0.5.1-0.20200326194427-c13310506d04 | ||
github.com/robfig/cron v1.1.0 | ||
... | ... |
tests/integration/suite/test_cluster.py
0 → 100644
Please register or sign in to comment