package
1.4.0-alpha.0
Repository: https://github.com/damemi/kubernetes.git
Documentation: pkg.go.dev

# README

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/devel/collab.md).

Documentation for other releases can be found at releases.k8s.io.

See e2e-node-tests

Analytics

# Packages

Build the binary with `go build conformance.go`, then run the conformance binary on a node candidate.
To run the e2e tests against one or more hosts on gce: $ go run run_e2e.go --logtostderr --v 2 --ssh-env gce --hosts <comma separated hosts> To run the e2e tests against one or more images on gce and provision them: $ go run run_e2e.go --logtostderr --v 2 --project <project> --zone <zone> --ssh-env gce --images <comma separated images>.

# Functions

No description provided by the author
No description provided by the author
CreateTestArchive builds the local source and creates a tar archive e2e_node_test.tar.gz containing the binaries k8s required for node e2e tests.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Pre-fetch all images tests depend on so that we don't fail in an actual test.
Returns the command output, whether the exit was ok, and any errors.
runSshCommand executes the ssh or scp command, adding the flag provided --ssh-options.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
These are used by tests that explicitly test the ability to pull images.

# Structs

One pod one container.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author