[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:
name: pod-case-01
annotations:
kubernetes.v1.cni.cncf.io/networks: macvlan-conf-1
k8s.v1.cni.cncf.io/networks: macvlan-conf-1
spec:
containers:
- name: pod-case-01

View File

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

View File

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

View File

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