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
d6328da9
Commit
d6328da9
authored
Feb 28, 2018
by
Chao Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve get description
parent
e30554bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
get.go
pkg/kubectl/cmd/resource/get.go
+1
-4
No files found.
pkg/kubectl/cmd/resource/get.go
View file @
d6328da9
...
@@ -86,10 +86,7 @@ var (
...
@@ -86,10 +86,7 @@ var (
desired resource type is namespaced you will only see results in your current
desired resource type is namespaced you will only see results in your current
namespace unless you pass --all-namespaces.
namespace unless you pass --all-namespaces.
This command will hide resources that have completed, such as pods that are
Uninitialized objects are not shown unless --include-uninitialized is passed.
in the Succeeded or Failed phases. You can see the full results for any
resource by providing the --show-all flag. Uninitialized objects are not
shown unless --include-uninitialized is passed.
By specifying the output as 'template' and providing a Go template as the value
By specifying the output as 'template' and providing a Go template as the value
of the --template flag, you can filter the attributes of the fetched resources.`
)
of the --template flag, you can filter the attributes of the fetched resources.`
)
...
...
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