mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
podex: add build to travis
This commit is contained in:
@@ -98,7 +98,7 @@ func main() {
|
||||
manifest.Containers[0].Ports = append(manifest.Containers[0].Ports, v1beta1.Port{
|
||||
Name: strings.Join([]string{baseName, p.Proto(), p.Port()}, "-"),
|
||||
ContainerPort: port,
|
||||
Protocol: strings.ToUpper(p.Proto()),
|
||||
Protocol: v1beta1.Protocol(strings.ToUpper(p.Proto())),
|
||||
})
|
||||
}
|
||||
if *generateJSON {
|
||||
|
Reference in New Issue
Block a user