package
1.2.0-alpha.6
Repository: https://github.com/nirdothan/kubernetes.git
Documentation: pkg.go.dev

# Packages

Build the binary with `go build conformance.go`, then run the conformance binary on a node candidate.
No description provided by the author
To run the e2e tests against one or more hosts on gce: $ go run run_e2e.go --hosts <comma separated hosts> Requires gcloud compute ssh access to the hosts.

# Functions

Retry retries the RetryFn for a maximum of maxWait time.

# Type aliases

RetryFn represents a retryable test condition.