Add a reaped bit to funcSvc struct
This commit is contained in:
+3
-1
@@ -35,10 +35,12 @@ import (
|
||||
)
|
||||
|
||||
type funcSvc struct {
|
||||
function *fission.Metadata // function this thing is for
|
||||
function *fission.Metadata // function this pod/service is for
|
||||
environment *fission.Environment // env it was obtained from
|
||||
serviceName string // name of k8s svc
|
||||
|
||||
reaped bool // if true, the pod has been deleted
|
||||
|
||||
ctime time.Time
|
||||
atime time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user