# README

Integration Testing Framework

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.

# Packages

No description provided by the author

# Variables

APIServerDefaultArgs exposes the default args for the APIServer so that you can use those to append your own additional arguments.
EtcdDefaultArgs exposes the default args for Etcd so that you can use those to append your own additional arguments.

# Structs

APIServer knows how to run a kubernetes apiserver.
ControlPlane is a struct that knows how to start your test control plane.
Etcd knows how to run an etcd server.
KubeCtl is a wrapper around the kubectl binary.