summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Smith <dbsmith@google.com>2016-08-01 21:51:57 -0700
committerGitHub <noreply@github.com>2016-08-01 21:51:57 -0700
commit35f1a5d54ce7ed5a2654aad129aecaf4bf3c1e10 (patch)
treea85f5e95359d12240c859047e60ede3ca72b2a12
parent00751b288725c2e904f0933442c40e9486520c3c (diff)
Revert "Extend all to more resources"
-rw-r--r--kubectl-conventions.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/kubectl-conventions.md b/kubectl-conventions.md
index 22593025..8705d285 100644
--- a/kubectl-conventions.md
+++ b/kubectl-conventions.md
@@ -43,7 +43,6 @@ Updated: 8/27/2015
- [Principles](#principles)
- [Command conventions](#command-conventions)
- [Create commands](#create-commands)
- - [Rules for extending special resource alias - "all"](#rules-for-extending-special-resource-alias---all)
- [Flag conventions](#flag-conventions)
- [Output conventions](#output-conventions)
- [Documentation conventions](#documentation-conventions)
@@ -119,21 +118,6 @@ creating tls secrets. You create these as separate commands to get distinct
flags and separate help that is tailored for the particular usage.
-### Rules for extending special resource alias - "all"
-
-Here are the rules to add a new resource to the `kubectl get all` output.
-
-* No cluster scoped resources
-
-* No namespace admin level resources (limits, quota, policy, authorization
-rules)
-
-* No resources that are potentially unrecoverable (secrets and pvc)
-
-* Resources that are considered "similar" to #3 should be grouped
-the same (configmaps)
-
-
## Flag conventions
* Flags are all lowercase, with words separated by hyphens