forked from LaconicNetwork/kompose
Fix golint warning
This commit is contained in:
parent
84fa8267f3
commit
8b43b8e6b7
@ -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"
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user