Merge pull request #107 from richardxz/master
add pvc status submit function
This commit is contained in:
@@ -31,7 +31,7 @@ import (
|
||||
"kubesphere.io/kubesphere/pkg/models/metrics"
|
||||
)
|
||||
|
||||
const inUse = "in_use_pods"
|
||||
const inUse = "kubesphere.io/in_use_pods"
|
||||
|
||||
func (ctl *PodCtl) addAnnotationToPvc(item v1.Pod) {
|
||||
volumes := item.Spec.Volumes
|
||||
|
||||
@@ -33,6 +33,7 @@ import (
|
||||
const (
|
||||
resyncCircle = 180
|
||||
Stopped = "stopped"
|
||||
PvcPending = "Pending"
|
||||
Running = "running"
|
||||
Updating = "updating"
|
||||
tablePods = "pods"
|
||||
|
||||
Reference in New Issue
Block a user