Interface: PodCreateOptions
Properties
Networks?
optionalNetworks:object
Map of networks names to ids the container should join to. You can request additional settings for each network, you can set network aliases,
Remarks
PodCreateOptions.netns.nsmode need to be set to bridge to join a network
Index signature
[key: string]: object
Source
packages/extension-api/src/extension-api.d.ts:399
exit_policy?
optionalexit_policy:string
ExitPolicy determines the pod's exit and stop behaviour.