mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-31 08:33:06 +00:00
[docs] Updates kubernetes.v1 to k8s.v1 in the sample files
This commit is contained in:
committed by
Kuralamudhan Ramakrishnan
parent
a4567df76a
commit
2f96fa302a
@@ -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
|
||||
|
@@ -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",
|
||||
|
@@ -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" }
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user