forked from LaconicNetwork/kompose
Fix golint warning
This commit is contained in:
@@ -69,8 +69,11 @@ const TIMEOUT = 300
|
||||
const PVCRequestSize = "100Mi"
|
||||
|
||||
const (
|
||||
DeploymentController = "deployment"
|
||||
DaemonSetController = "daemonset"
|
||||
// DeploymentController is controller type for Deployment
|
||||
DeploymentController = "deployment"
|
||||
// DaemonSetController is controller type for DaemonSet
|
||||
DaemonSetController = "daemonset"
|
||||
// ReplicationController is controller type for ReplicationController
|
||||
ReplicationController = "replicationcontroller"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user