Commit 30c78c7e authored by Thomas Runyon's avatar Thomas Runyon

Feedback from review

parent 6770fa7b
# Kubernetes Command-Line Integration Test Suite
This document describes how Kubernetes should interact with the Kubernetes command-line integration test suite.
This document describes how you can use the Kubernetes command-line integration test-suite.
## Running Tests
......@@ -27,7 +27,7 @@ if kube::test::if_supports_resource "${replicasets}" ; then
fi
```
Be sure to validate any supported resouces required for the test by using the `kue::test::if_supports_resource` function.
Be sure to validate any supported resouces required for the test by using the `kube::test::if_supports_resource` function.
### New File
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment