Skip to content

Commit

Permalink
Merge pull request #1449 from sanimej/ingress
Browse files Browse the repository at this point in the history
Name the ingress sandbox explicitly
  • Loading branch information
mrjana authored Sep 20, 2016
2 parents 14a79a1 + ccd4408 commit d271945
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 @@ -922,6 +922,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 d271945

Please sign in to comment.