# Functions
Validate uses validators to validate the system and returns a warning or error.
ValidateDefault uses all default validators to validate the system and writes to stdout.
# Variables
DefaultReporter is the default Reporter.
DefaultSysSpec is the default SysSpec.
# Structs
No description provided by the author
DockerSpec defines the requirement configuration for docker.
DockerValidator validates docker configuration.
KernelConfig defines one kernel configration item.
KernelSpec defines the specification for the kernel.
KernelValidator validates kernel.
No description provided by the author
PackageSpec defines the required packages and their versions.
PackageSpecOverride defines the overrides on the PackageSpec for an OS distro.
RuntimeSpec is the abstract layer for different runtimes.
The default reporter for the system verification test.
SysSpec defines the requirement of supported system.
# Type aliases
ValidationResultType is type of the validation result.