Skip to content

Commit 672cce9

Browse files
authored
update: add pod info to windows endpoint (#2040)
1 parent 04566d5 commit 672cce9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

network/endpoint_windows.go

+3
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,9 @@ func (nw *network) newEndpointImplHnsV2(cli apipaClient, epInfo *EndpointInfo) (
386386
AllowInboundFromNCToHost: epInfo.AllowInboundFromNCToHost,
387387
AllowInboundFromHostToNC: epInfo.AllowInboundFromHostToNC,
388388
NetworkContainerID: epInfo.NetworkContainerID,
389+
ContainerID: epInfo.ContainerID,
390+
PODName: epInfo.PODName,
391+
PODNameSpace: epInfo.PODNameSpace,
389392
}
390393

391394
for _, route := range epInfo.Routes {

0 commit comments

Comments
 (0)