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
[tmpnet] Refactor in preparation for addition of kube runtime
- move process-specific behavior into ProcessRuntime
- save API port
- process-specific default and computed flags
- move runtime-agnostic code (like github labels) from ProcessRuntime
to Node
- add restart method to enable the runtime to determine this
behavior (stop/start for processes but scale down/scale up for kube)
- ensure all runtime methods accept a context to account for needing
make network calls in the kube runtime
- add a log field to tmpnet.Network to ensure a log is always
available to runtime methods
0 commit comments