k8snetworkplumbingwg / network-attachment-definition-client

A Golang Kubernetes client
Apache License 2.0
12 stars 37 forks source link

Add DeviceInfo to NetworkStatus #29

Closed Billy99 closed 3 years ago

Billy99 commented 3 years ago

Update the NetworkStatus with DeviceInfo per the approved device-info-spec, which can be found: https://github.com/k8snetworkplumbingwg/device-info-spec

This allows DevicePlugins and CNIs to add additional data to the NetworkStatus annotation, which can be used by a container to add in deployment of the container workload.

Billy99 commented 3 years ago

@amorenoz PTAL

Billy99 commented 3 years ago

@dougbtv @dcbw PTAL