Merge pull request #2252 from ImitationImmortal/feature

fix: Modify comments
This commit is contained in:
KubeSphere CI Bot 2024-05-23 18:07:51 +08:00 committed by GitHub
commit ac3c99ff8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 5 deletions

View File

@ -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
View File

@ -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

View File

@ -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)