directory
0.27.0-alpha
Repository: https://github.com/kubernetes-sigs/kind.git
Documentation: pkg.go.dev
# Packages
Package cluster implements kind kubernetes-in-docker cluster management.
Package cmd provides helpers used by kind's commands / cli.
Package errors provides common utilities for dealing with errors.
Package exec contains an interface for executing commands, along with helpers TODO(bentheelder): add standardized timeout functionality & a default timeout so that commands cannot hang indefinitely (!).
Package fs contains utilities for interacting with the host filesystem in a docker friendly way TODO(bentheelder): this should be internal.
Package log defines a logging interface that kind uses This is roughly a minimal subset of klog github.com/kubernetes/klog.