package
1.5.8
Repository: https://github.com/vmware/vic.git
Documentation: pkg.go.dev

# Functions

DockerState will attempt to transform the passed state to a valid docker state valid states are listed in the func IsValidContainerState.
IncludeContainer will evaluate the filter criteria in listContext against the provided container and determine what action to take.
* IncludeImage will evaluate the filter criteria in filterContext against the provided * image and determine what action to take.
IncludeVolume evaluates volume filters and the filter context and returns an action to indicate whether to include the volume in the output or not.
IsValidDockerState will verify the provided state is a valid docker container state.
ValidateContainerFilters validates that the container filters are valid docker filters / values and supported by VIC.
* ValidateFilters will evalute the provided filters against the docker acceptedFilters and * the filters vic currently doesn't support (unSupportedFilters) */.
* ValidateImageFilters will validate the image filters are * valid docker filters / values and supported by vic.
ValidateVolumeFilters checks that the supplied filters are valid and supported and returns a context used in the IncludeVolume func.

# Constants

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

# Structs

reused from docker/docker/daemon/list.go.
FilterContext will hold the common filter requirements.
No description provided by the author
VolumeFilterContext stores volume information used while filtering.

# Type aliases

FilterAction represents possible results during filtering.