Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseDNSOptions ¶
Types ¶
type Sandbox ¶
type Sandbox interface { // SetConfig sets the sandbox configuration and validates it SetConfig(*types.PodSandboxConfig) error // SetNameAndID sets the sandbox name and ID SetNameAndID() error // Config returns the sandbox configuration Config() *types.PodSandboxConfig // ID returns the id of the pod sandbox ID() string // Name returns the id of the pod sandbox Name() string // InitInfraContainer initializes the sandbox's infra container InitInfraContainer(*libconfig.Config, *storage.ContainerInfo) error // Spec returns the infra container's generator // Must be called after InitInfraContainer Spec() *generate.Generator // ResolvPath returns the sandbox's resolvPath ResolvPath() string }
Sandbox is the interface for managing pod sandboxes
Click to show internal directories.
Click to hide internal directories.