summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Mendoza <jeffmendoza@google.com>2016-08-15 13:04:34 -0700
committerJeff Mendoza <jeffmendoza@google.com>2016-08-25 15:09:27 -0700
commit233b226e432da33243789a6d215b17c91d8cd126 (patch)
tree2059ae4adae7df9950fb2553b3f0fb96634bcc67
parent7dd6339e59d6064a507ff86f9e3bb1fe6f676e0c (diff)
Removed non-md files from docs. Moved doc yamls to test/fixtures.
Most of the contents of docs/ has moved to kubernetes.github.io. Development of the docs and accompanying files has continued there, making the copies in this repo stale. I've removed everything but the .md files which remain to redirect old links. The .yaml config files in the docs were used by some tests, these have been moved to test/fixtures/doc-yaml, and can remain there to be used by tests or other purposes.
-rw-r--r--admission_control_resource_quota.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/admission_control_resource_quota.md b/admission_control_resource_quota.md
index 9ec884e0..2fa4c5f0 100644
--- a/admission_control_resource_quota.md
+++ b/admission_control_resource_quota.md
@@ -221,9 +221,9 @@ kubectl is modified to support the **ResourceQuota** resource.
For example:
```console
-$ kubectl create -f docs/admin/resourcequota/namespace.yaml
+$ kubectl create -f test/fixtures/doc-yaml/admin/resourcequota/namespace.yaml
namespace "quota-example" created
-$ kubectl create -f docs/admin/resourcequota/quota.yaml --namespace=quota-example
+$ kubectl create -f test/fixtures/doc-yaml/admin/resourcequota/quota.yaml --namespace=quota-example
resourcequota "quota" created
$ kubectl describe quota quota --namespace=quota-example
Name: quota