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
90a7d41d
Commit
90a7d41d
authored
Jun 19, 2015
by
Satnam Singh
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10113 from eparis/bash-comp-logs
kubectl log->logs in bash completions
parents
1fdf7f25
f40fce45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
kubectl
contrib/completions/bash/kubectl
+1
-1
cmd.go
pkg/kubectl/cmd/cmd.go
+1
-1
No files found.
contrib/completions/bash/kubectl
View file @
90a7d41d
...
@@ -210,7 +210,7 @@ __custom_func() {
...
@@ -210,7 +210,7 @@ __custom_func() {
__kubectl_get_resource
__kubectl_get_resource
return
return
;;
;;
kubectl_log
)
kubectl_log
s
)
__kubectl_require_pod_and_container
__kubectl_require_pod_and_container
return
return
;;
;;
...
...
pkg/kubectl/cmd/cmd.go
View file @
90a7d41d
...
@@ -82,7 +82,7 @@ __custom_func() {
...
@@ -82,7 +82,7 @@ __custom_func() {
__kubectl_get_resource
__kubectl_get_resource
return
return
;;
;;
kubectl_log)
kubectl_log
s
)
__kubectl_require_pod_and_container
__kubectl_require_pod_and_container
return
return
;;
;;
...
...
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