ingress-nginx-helm/vendor/sigs.k8s.io/controller-runtime/pkg/internal/testing/integration
Manuel Alejandro de Brito Fontes 3eafaa35a1 Update go dependencies
2020-03-27 19:52:51 -03:00
..
addr Update go dependencies 2020-03-27 19:52:51 -03:00
internal Update go dependencies 2020-03-27 19:52:51 -03:00
.gitignore Update go dependencies 2020-03-27 19:52:51 -03:00
apiserver.go Update go dependencies 2020-03-27 19:52:51 -03:00
control_plane.go Update go dependencies 2020-03-27 19:52:51 -03:00
doc.go Update go dependencies 2020-03-27 19:52:51 -03:00
etcd.go Update go dependencies 2020-03-27 19:52:51 -03:00
kubectl.go Update go dependencies 2020-03-27 19:52:51 -03:00
README.md Update go dependencies 2020-03-27 19:52:51 -03:00

Integration Testing Framework

This package has been moved from https://github.com/kubernetes-sigs/testing_frameworks/tree/master/integration.

A framework for integration testing components of kubernetes. This framework is intended to work properly both in CI, and on a local dev machine. It therefore explicitly supports both Linux and Darwin.

For detailed documentation see the GoDoc.