[docs] Updates kubernetes.v1 to k8s.v1 in the sample files

This commit is contained in:
dougbtv
2018-07-24 13:57:15 -04:00
committed by Kuralamudhan Ramakrishnan
parent a4567df76a
commit 2f96fa302a
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ kind: Pod
metadata: metadata:
name: pod-case-01 name: pod-case-01
annotations: annotations:
kubernetes.v1.cni.cncf.io/networks: macvlan-conf-1 k8s.v1.cni.cncf.io/networks: macvlan-conf-1
spec: spec:
containers: containers:
- name: pod-case-01 - name: pod-case-01

View File

@@ -4,7 +4,7 @@ kind: Pod
metadata: metadata:
name: pod-case-02 name: pod-case-02
annotations: annotations:
kubernetes.v1.cni.cncf.io/networks: '[ k8s.v1.cni.cncf.io/networks: '[
{ "name": "macvlan-conf-2" }, { "name": "macvlan-conf-2" },
{ "name": "vlan-conf-1-1", { "name": "vlan-conf-1-1",
"namespace": "testns1", "namespace": "testns1",

View File

@@ -4,7 +4,7 @@ kind: Pod
metadata: metadata:
name: pod-case-03 name: pod-case-03
annotations: annotations:
kubernetes.v1.cni.cncf.io/networks: '[ k8s.v1.cni.cncf.io/networks: '[
{ "name": "macvlan-conf-3" }, { "name": "macvlan-conf-3" },
{ "name": "macvlan-conf-4" }, { "name": "macvlan-conf-4" },
{ "name": "flannel-2" } { "name": "flannel-2" }

View File

@@ -4,7 +4,7 @@ kind: Pod
metadata: metadata:
name: samplepod name: samplepod
annotations: annotations:
kubernetes.v1.cni.cncf.io/networks: macvlan-conf k8s.v1.cni.cncf.io/networks: macvlan-conf
spec: spec:
containers: containers:
- name: samplepod - name: samplepod