mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Merge pull request #2252 from ImitationImmortal/feature
fix: Modify comments
This commit is contained in:
commit
ac3c99ff8b
|
|
@ -52,8 +52,6 @@ func NewKubeKeyCommand() *cobra.Command {
|
|||
},
|
||||
}
|
||||
|
||||
// todo add --set override the config.yaml data.
|
||||
|
||||
flags := cmd.PersistentFlags()
|
||||
addProfilingFlags(flags)
|
||||
addKlogFlags(flags)
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/kubesphere/kubekey/v4
|
||||
|
||||
go 1.21
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/flosch/pongo2/v6 v6.0.0
|
||||
|
|
|
|||
|
|
@ -27,8 +27,7 @@ import (
|
|||
|
||||
var builtinProjectFunc func(kubekeyv1.Pipeline) (Project, error)
|
||||
|
||||
// todo should be more clear defined.
|
||||
// such as the project represent location of actutal project.
|
||||
// Project represent location of actual project.
|
||||
// get project file should base on it
|
||||
type Project interface {
|
||||
MarshalPlaybook() (*kkcorev1.Playbook, error)
|
||||
|
|
|
|||
Loading…
Reference in New Issue