runtime/kubernetes: remove unused constants (#1159)
This commit is contained in:
parent
7ab3a31ac4
commit
4333f00a43
@ -14,12 +14,6 @@ import (
|
|||||||
// action to take on runtime service
|
// action to take on runtime service
|
||||||
type action int
|
type action int
|
||||||
|
|
||||||
const (
|
|
||||||
start action = iota
|
|
||||||
update
|
|
||||||
stop
|
|
||||||
)
|
|
||||||
|
|
||||||
type kubernetes struct {
|
type kubernetes struct {
|
||||||
sync.RWMutex
|
sync.RWMutex
|
||||||
// options configure runtime
|
// options configure runtime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user