package
0.18.1
Repository: https://github.com/k0sproject/k0sctl.git
Documentation: pkg.go.dev

# Functions

HTTPStatus returns a function that returns an error unless the expected status code is returned for a HTTP get to the url.
K0sDynamicConfigReadyFunc returns a function that returns an error unless the k0s dynamic config has been reconciled.
KubeAPIReadyFunc returns a function that returns an error unless the host's local kube api responds to /version.
KubeNodeReady returns a function that returns an error unless the node is ready according to "kubectl get node".
ScheduledEventsAfterFunc returns a function that returns an error unless a kube-system 'Scheduled' event has occurred after the given time The returned function is intended to be used with pkg/retry.
ServiceRunningFunc returns a function that returns an error until the service is running on the host.
ServiceStoppedFunc returns a function that returns an error if the service is not running on the host.
SystemPodsRunningFunc returns a function that returns an error unless all kube-system pods are running.