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 PVCRequestSize = "100Mi"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DeploymentController = "deployment"
|
// DeploymentController is controller type for Deployment
|
||||||
DaemonSetController = "daemonset"
|
DeploymentController = "deployment"
|
||||||
|
// DaemonSetController is controller type for DaemonSet
|
||||||
|
DaemonSetController = "daemonset"
|
||||||
|
// ReplicationController is controller type for ReplicationController
|
||||||
ReplicationController = "replicationcontroller"
|
ReplicationController = "replicationcontroller"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user