forked from LaconicNetwork/kompose
Merge pull request #1009 from skyc024/skyc024-patch-1
Fix golint warnings
This commit is contained in:
commit
da015cf47c
@ -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