Merge pull request #1500 from zhouqiu0103/add-vip

fix delete VIP skip bug
This commit is contained in:
KubeSphere CI Bot 2022-09-09 08:59:41 +08:00 committed by GitHub
commit dd7068197f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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