microsoft / hcsshim

Windows - Host Compute Service Shim
MIT License
564 stars 253 forks source link

Adding state attribute to the HNSEndpoint struct to support hyperv co… #2165

Closed ritikaguptams closed 2 months ago

ritikaguptams commented 2 months ago

The struct HNSEndpoint is used by CNIs like calico to validate the state of an endpoint. In order to support Hyperv containers on k8s we need to expose the State attribute. This attribute can be used by CNIs to determine the state of the endpoint.