runtime/kubernetes: remove unused constants (#1159)

This commit is contained in:
Lars Lehtonen 2020-02-04 13:02:05 -08:00 committed by GitHub
parent 7ab3a31ac4
commit 4333f00a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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