Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
4566e039
Commit
4566e039
authored
Nov 06, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16716 from huangyuqi/add_res_types_kubctl_get
Auto commit by PR queue bot
parents
ff796147
1bf2f869
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
10 deletions
+4
-10
kubectl-get.1
docs/man/man1/kubectl-get.1
+0
-3
kubectl_get.md
docs/user-guide/kubectl/kubectl_get.md
+1
-4
cmd.go
pkg/kubectl/cmd/cmd.go
+3
-0
get.go
pkg/kubectl/cmd/get.go
+0
-3
No files found.
docs/man/man1/kubectl-get.1
View file @
4566e039
...
...
@@ -184,9 +184,6 @@ $ kubectl get pods
# List all pods in ps output format with more information (such as node name).
$ kubectl get pods \-o wide
# List all pods in resource/name format (such as pod/nginx).
$ kubectl get pods \-o name
# List a single replication controller with specified NAME in ps output format.
$ kubectl get replicationcontroller web
...
...
docs/user-guide/kubectl/kubectl_get.md
View file @
4566e039
...
...
@@ -61,9 +61,6 @@ $ kubectl get pods
# List all pods in ps output format with more information (such as node name).
$ kubectl get pods -o wide
# List all pods in resource/name format (such as pod/nginx).
$ kubectl get pods -o name
# List a single replication controller with specified NAME in ps output format.
$ kubectl get replicationcontroller web
...
...
@@ -132,7 +129,7 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
*
[
kubectl
](
kubectl.md
)
- kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra
at 2015-09-22 12:53:42.288852192 +0000 UTC
###### Auto generated by spf13/cobra
on 4-Nov-2015
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[

]()
...
...
pkg/kubectl/cmd/cmd.go
View file @
4566e039
...
...
@@ -122,6 +122,9 @@ __custom_func() {
* persistentvolumeclaims (aka 'pvc')
* limitranges (aka 'limits')
* resourcequotas (aka 'quota')
* componentstatuses (aka 'cs')
* endpoints (aka 'ep')
* quota
`
)
...
...
pkg/kubectl/cmd/get.go
View file @
4566e039
...
...
@@ -50,9 +50,6 @@ $ kubectl get pods
# List all pods in ps output format with more information (such as node name).
$ kubectl get pods -o wide
# List all pods in resource/name format (such as pod/nginx).
$ kubectl get pods -o name
# List a single replication controller with specified NAME in ps output format.
$ kubectl get replicationcontroller web
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment