mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 11:47:36 +08:00
[FIX] fix app status is unknow bug where service can not be delete
This commit is contained in:
parent
d8268e78c2
commit
2dc7da7878
@ -28,7 +28,7 @@ import (
|
||||
|
||||
//IsEmpty is empty
|
||||
func (a *AppService) IsEmpty() bool {
|
||||
empty := len(a.pods) == 0 && len(a.services) == 0 && len(a.secrets) == 0 && len(a.configMaps) == 0
|
||||
empty := len(a.pods) == 0
|
||||
return empty
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user