KindClientBuilder is used to construct instances of KindClient. This interface defines the standard
methods which all KindClient builders must implement.
Impl Note
The build() method is responsible for extracting the appropriate Kind executable
from the package. The Kind executable should be extracted to a temporary directory which is supplied to the
KindClient implementation.
KindConfigurationException if the KindClient instance cannot be constructed.
Throws
KindVersionRequirementException if the Kind CLI version does not meet the required version.
Impl Note
This method is responsible for extracting the appropriate Kind executable from the package to a
temporary working directory. The temporary working directory should be supplied to the KindClient instance.
KindClientBuilder is used to construct instances of KindClient. This interface defines the standard methods which all KindClient builders must implement.
Impl Note
The build() method is responsible for extracting the appropriate Kind executable from the package. The Kind executable should be extracted to a temporary directory which is supplied to the KindClient implementation.
See
KindClient