[Kubernetes] Kubernetes was updated to v1.0.6 and v1 API

Implements-Blueprint: update-k8-to-v1-api
Change-Id: Ie34997dc2aef87226459fa67640e39c08cca0ddf
This commit is contained in:
Stan Lagun
2015-10-05 10:05:50 +03:00
parent ef413891de
commit 6971ac48bc
15 changed files with 14 additions and 128 deletions

View File

@@ -59,7 +59,7 @@ Methods:
- If: $podDefinition = null
Then:
- $podDefinition:
apiVersion: v1beta3
apiVersion: v1
kind: Pod
metadata:
name: $podName
@@ -280,7 +280,7 @@ Methods:
Contract: {}
Body:
Return:
apiVersion: v1beta3
apiVersion: v1
kind: ReplicationController
metadata:
name: $._getReplicationControllerId()