package
1.5.0
Repository: https://github.com/hashicorp/vic.git
Documentation: pkg.go.dev

# Functions

Commit executes the requires steps on the handle.
Create returns a new handle that can be Committed to create a new container.
No description provided by the author
No description provided by the author
GetHandle finds and returns the handle that is referred by key.
No description provided by the author
HandleFromInterface returns the Handle.
Init is the main initializaton function for the exec component.
No description provided by the author
No description provided by the author
No description provided by the author
ReferenceFromHandle returns the reference of the given handle.
Added solely to support testing - need a better way to do this.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
Containers is an in-memory cache of containerVMs.

# Structs

ConcurrentAccessError is returned when concurrent calls tries to modify same object.
Configuration is a slice of the VCH config that is relevant to the exec part of the port layer.
Container is used for an entry in the container cache - this is a "live" representation of containers in the infrastructure.
ContainerCreateConfig defines the parameters for Create call.
Container is used to return data about a container during inspection calls It is a copy rather than a live reflection and does not require locking.
No description provided by the author
No description provided by the author
NotFoundError is returned when a types.ManagedObjectNotFound is returned from a vmomi call.
NotYetExistError is returned when a call that requires a VM exist is made.
RemovePowerError is returned when attempting to remove a containerVM that is powered on.
Resources describes the resource allocation for the containerVM.
No description provided by the author

# Type aliases

No description provided by the author