Skip to content

Commit ccd4408

Browse files
author
Santhosh Manohar
committed
Name the ingress sandbox explicitly
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
1 parent c8ce8c7 commit ccd4408

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ func (c *controller) NewSandbox(containerID string, options ...SandboxOption) (s
920920

921921
if sb.ingress {
922922
c.ingressSandbox = sb
923+
sb.id = "ingress_sbox"
923924
}
924925
c.Unlock()
925926
defer func() {

0 commit comments

Comments
 (0)