You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
After we rename pod to sandbox, still there are some codes left which will cause some misunderstanding.Such as,p in short of pod left in sandbox.go.So we need to channge it into s in short of sandbox.
like the code below:
func (p *Sandbox) ID() string {
return p.id
The text was updated successfully, but these errors were encountered:
The network routes will always be removed when the associated
interfaces are going to be removed. Same thing for DNS. It is
safer to leave this to each interface removal.
Fixeskata-containers#230
Signed-off-by: Sebastien Boeuf <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
After we rename pod to sandbox, still there are some codes left which will cause some misunderstanding.Such as,
p
in short ofpod
left insandbox.go
.So we need to channge it intos
in short ofsandbox
.like the code below:
The text was updated successfully, but these errors were encountered: