This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
b2a2ac0afc
k3s
/
cmd
/
kubectl
/
main.go
8 lines
90 B
Go
Raw
Normal View
History
Unescape
Escape
Continued refactoring
2019-01-09 16:54:15 +00:00
package
main
[master] changing package to k3s-io (#4846) * changing package to k3s-io Signed-off-by: Luther Monson <luther.monson@gmail.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
2022-03-02 23:47:27 +00:00
import
"github.com/k3s-io/k3s/pkg/kubectl"
Continued refactoring
2019-01-09 16:54:15 +00:00
func
main
(
)
{
kubectl
.
Main
(
)
}