Tomofumi Hayashi
5dc774a547
Caches all pod delegates json for pods deletion without k8s info
...
This fixes #243 with following changes:
+ Optimize to fetch Pod from k8s client
+ Change to use cache always in DEL.
+ If failed to fetch the pod info from k8s clinet in deletion,
use cached delegates as emergency bailout
+ Add test cases for cache
2019-03-07 23:50:07 +09:00
Peng Liu
96217dd16e
Change pod annotation name to 'v1.multus-cni.io/default-network'
2018-11-30 16:11:09 +09:00
Peng Liu
555a734e21
Specify Pod default network in Annotations
...
Signed-off-by: Peng Liu <pliu@redhat.com>
2018-11-30 16:11:09 +09:00
rkamudhan
8bb09518df
adding network status features
2018-07-30 14:58:30 +01:00
Dan Williams
a4567df76a
Update kubernetes.cni.cncf.io -> k8s.cni.cncf.io
2018-07-24 14:02:48 +01:00
Dan Williams
4f8c285520
k8sclient: Network -> NetworkAttachmentDefinition
...
To align with latest spec change clarifying the name of the CRD object.
2018-07-24 14:02:48 +01:00
Dan Williams
88c3b366f6
testing: add fake kube client testing helpers
2018-06-20 18:20:57 +01:00