mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Merge pull request #1500 from zhouqiu0103/add-vip
fix delete VIP skip bug
This commit is contained in:
commit
dd7068197f
|
|
@ -349,6 +349,10 @@ type DeleteVIPModule struct {
|
|||
Skip bool
|
||||
}
|
||||
|
||||
func (k *DeleteVIPModule) IsSkip() bool {
|
||||
return k.Skip
|
||||
}
|
||||
|
||||
func (k *DeleteVIPModule) Init() {
|
||||
k.Name = "DeleteVIPModule"
|
||||
k.Desc = "Delete VIP"
|
||||
|
|
|
|||
Loading…
Reference in New Issue