package integration
import "k8s.io/kubernetes/test/integration"
Package integration provides integration tests for Kubernetes. Use the integration build tag during `go test` to start the tests. Some tests require a running etcd or Docker installation on the system which you can skip with no-docker and no-etcd.
Index ¶
- Variables
- func DeletePodOrErrorf(t *testing.T, c *client.Client, ns, name string)
- func RequireEtcd()
Variables ¶
Requests to try. Each one should be forbidden or not forbidden depending on the authentication and authorization setup of the master.
Functions ¶
func DeletePodOrErrorf ¶
func RequireEtcd ¶
func RequireEtcd()
Source Files ¶
doc.go utils.go
Directories ¶
Path | Synopsis |
---|---|
test/integration/discoverysummarizer | |
test/integration/examples | |
test/integration/federation | |
test/integration/framework | |
test/integration/openshift |
- Version
- v1.4.0-alpha.3
- Published
- Aug 25, 2016
- Platform
- darwin/amd64
- Imports
- 8 packages
- Last checked
- 31 seconds ago –
Tools for package owners.