summaryrefslogtreecommitdiff
path: root/kubectl-conventions.md
AgeCommit message (Collapse)Author
2016-06-13Updated docs and examples for release-1.3.David McMahon
2016-06-10Revert "Versioning docs and examples for v1.4.0-alpha.0."Dawn Chen
This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a.
2016-06-10Versioning docs and examples for v1.4.0-alpha.0.David McMahon
2016-05-14Update kubectl service output.Klaus Ma
2016-05-09devel/ tree 80col updates; and other minor editsMike Brown
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-09Merge pull request #25269 from janetkuo/kubectl-conventionsk8s-merge-robot
Automatic merge from submit-queue Document that kubectl commands shouldn't have aliases ## Pull Request Guidelines 1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md). 1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md). 1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below. ```release-note * Use the release-note-* labels to set the release note state * Clear this block to use the PR title as the release note -OR- * Enter your extended release note here ``` Ref https://github.com/kubernetes/kubernetes/issues/25180#issuecomment-217453402 @kubernetes/kubectl [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-05-09Document that kubectl commands shouldn't have aliasesJanet Kuo
2016-05-09create command guidancedeads2k
2016-03-08Update the latestReleaseBranch to release-1.2 in the munger.David McMahon
2016-03-07Updated kubectl convetions with information about describing empty fieldsMaciej Szulik
2016-01-31docs: kubectl command structure and generators conventionsMichail Kargakis
2016-01-28Update kubectl convention about title columnJanet Kuo
2015-12-21run hack/update-generated-docs.shChao Xu
2015-11-13Run update-gendocsTim Hockin
2015-09-01Start on expanding code expectations (aka "The bar")Brian Grant
2015-08-14TYPO: fix documentation to point at update-generated-docs.shEric Paris
2015-08-14Update API conventions. Add kubectl conventions.Brian Grant
Ref #12322. Fixes #6797.