package integration
import "k8s.io/kubernetes/test/integration"
Package integration provides integration tests for Kubernetes.Some tests require a running etcd or Docker installation on the system.
Index ¶
- Variables
- func DeletePodOrErrorf(t *testing.T, c clientset.Interface, ns, name string)
- func GetEtcdClients(config storagebackend.Config) (*clientv3.Client, clientv3.KV, error)
- func WaitForPodToDisappear(podClient coreclient.PodInterface, podName string, interval, timeout time.Duration) error
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 GetEtcdClients ¶
func WaitForPodToDisappear ¶
func WaitForPodToDisappear(podClient coreclient.PodInterface, podName string, interval, timeout time.Duration) error
WaitForPodToDisappear polls the API server if the pod has been deleted.
Source Files ¶
doc.go utils.go
Directories ¶
- Version
- v1.13.5
- Published
- Mar 22, 2019
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 1 minute ago –
Tools for package owners.