Documentation ¶ Overview ¶ Package gvisor provides support for gVisor, user-space kernel, testing. See https://github.com/google/gvisor Index ¶ type Config type Pool func (pool *Pool) Count() int func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Count int `json:"count"` // number of VMs to use RunscArgs string `json:"runsc_args"` MemoryTotalBytes uint64 `json:"memory_total_bytes"` } type Pool ¶ type Pool struct { // contains filtered or unexported fields } func (*Pool) Count ¶ func (pool *Pool) Count() int func (*Pool) Create ¶ func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error) Source Files ¶ View all Source files gvisor.go Click to show internal directories. Click to hide internal directories.