Rename Service.ContainerPort to TargetPort in v1b3

Fix all callers and examples.  Part of multi-port service cleanup.
This commit is contained in:
Tim Hockin
2015-03-20 13:50:06 -07:00
parent a8f2cee8c5
commit 4375376e9c
28 changed files with 77 additions and 73 deletions

View File

@@ -5,7 +5,7 @@ metadata:
name: mysql
name: mysql
spec:
containerPort: 3306
targetPort: 3306
port: 3306
selector:
name: mysql

View File

@@ -5,7 +5,7 @@ metadata:
name: wpfrontend
name: wpfrontend
spec:
containerPort: 80
targetPort: 80
port: 80
selector:
name: wpfrontend