exec

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package exec provides utilities for executing Open Container Initative runtime hooks.

Index

Constants

View Source
const DefaultPostKillTimeout = time.Duration(10) * time.Second

DefaultPostKillTimeout is the recommended default post-kill timeout.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, hook *rspec.Hook, state []byte, stdout io.Writer, stderr io.Writer, postKillTimeout time.Duration) (hookErr, err error)

Run executes the hook and waits for it to complete or for the context or hook-specified timeout to expire.

func RuntimeConfigFilter

func RuntimeConfigFilter(ctx context.Context, hooks []spec.Hook, config *spec.Spec, postKillTimeout time.Duration) (hookErr, err error)

RuntimeConfigFilter calls a series of hooks. But instead of passing container state on their standard input, RuntimeConfigFilter passes the proposed runtime configuration (and reads back a possibly-altered form from their standard output).

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL