Merge pull request #9516 from caesarxuchao/cluster-dns-AND-downward-api-v1

examples/cluster-dns and examples/downward-api to v1
This commit is contained in:
Abhi Shah
2015-06-11 11:26:35 -07:00
7 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
apiVersion: v1beta3
apiVersion: v1
kind: ReplicationController
metadata:
name: dns-backend
@@ -19,4 +19,3 @@ spec:
ports:
- name: backend-port
containerPort: 8000
protocol: tcp

View File

@@ -1,5 +1,5 @@
kind: Service
apiVersion: v1beta3
apiVersion: v1
metadata:
name: dns-backend
spec:

View File

@@ -1,4 +1,4 @@
apiVersion: v1beta3
apiVersion: v1
kind: Pod
metadata:
name: dns-frontend

View File

@@ -1,4 +1,4 @@
apiVersion: v1beta3
apiVersion: v1
kind: Namespace
metadata:
name: "development"

View File

@@ -1,4 +1,4 @@
apiVersion: v1beta3
apiVersion: v1
kind: Namespace
metadata:
name: "production"