Skip to content

Commit

Permalink
Name the ingress sandbox explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Santhosh Manohar <[email protected]>
  • Loading branch information
Santhosh Manohar committed Sep 15, 2016
1 parent c8ce8c7 commit ccd4408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ func (c *controller) NewSandbox(containerID string, options ...SandboxOption) (s

if sb.ingress {
c.ingressSandbox = sb
sb.id = "ingress_sbox"
}
c.Unlock()
defer func() {
Expand Down

0 comments on commit ccd4408

Please sign in to comment.