diff --git a/runtime/kubernetes/kubernetes.go b/runtime/kubernetes/kubernetes.go index f24843b0..995ea9d9 100644 --- a/runtime/kubernetes/kubernetes.go +++ b/runtime/kubernetes/kubernetes.go @@ -14,12 +14,6 @@ import ( // action to take on runtime service type action int -const ( - start action = iota - update - stop -) - type kubernetes struct { sync.RWMutex // options configure runtime