Clean up scripts/validate-*. Add vet,gofmt,lint tests.

Travis now runs `make validate` as first test.
Make validate includes all validate tests (go vet, gofmt)
This commit is contained in:
Tomas Kral
2016-11-22 13:02:13 +01:00
parent e6b3c2881f
commit 8bb89876cf
8 changed files with 52 additions and 113 deletions
+1
View File
@@ -245,6 +245,7 @@ func (k *Kubernetes) CreateService(name string, service kobject.ServiceConfig, o
svc.Spec.Ports = servicePorts
svc.Spec.Type = api.ServiceType(service.ServiceType)
// Configure annotations
annotations := transformer.ConfigAnnotations(service)
svc.ObjectMeta.Annotations = annotations