Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#676 from Huawei-PaaS/remove_con…
Browse files Browse the repository at this point in the history
…st_var_type

remove the type of constant variables
  • Loading branch information
vishh committed Oct 27, 2015
2 parents 4ea65bc + 54fb7e2 commit b7c65f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sinks/hawkular/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ import (
)

const (
unitsTag string = "units"
descriptionTag string = "_description"
descriptorTag string = "descriptor_name"
groupTag string = "group_id"
separator string = "/"
unitsTag = "units"
descriptionTag = "_description"
descriptorTag = "descriptor_name"
groupTag = "group_id"
separator = "/"

defaultServiceAccountFile = "/var/run/secrets/kubernetes.io/serviceaccount/token"
)
Expand Down

0 comments on commit b7c65f6

Please sign in to comment.