# Variables
DefaultPersistentVolumeSize is the size of the disks created by the persistent-volumes and requested by the persistent-volume-claims.
DefaultProvider represents the kind (https://kind.sigs.k8s.io/) provider.
TestProvider represents a test provider, for testing purposes.
# Structs
DefaultK8sClient converts the official kubernetes client to our more manageable (and testable) interface.
ExtraVolumeMount defines a host volume mount for the Kind cluster.
Logger is an implementation of the WarningHandler that converts the k8s warning messages into abctl debug messages.
Provider represents a k8s provider.