Documentation ¶
Overview ¶
Package conformance implements conformance test kubetest code.
Index ¶
- type Deployer
- func (d *Deployer) BuildTester(o *e2e.BuildTesterOptions) (e2e.Tester, error)
- func (d *Deployer) Down() error
- func (d *Deployer) DumpClusterLogs(localPath, gcsPath string) error
- func (d *Deployer) GetClusterCreated(gcpProject string) (time.Time, error)
- func (d *Deployer) IsUp() error
- func (d *Deployer) KubectlCommand() (*exec.Cmd, error)
- func (d *Deployer) TestSetup() error
- func (d *Deployer) Up() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
type Deployer struct {
// contains filtered or unexported fields
}
Deployer returns a deployer stub that expects a cluster to already exist.
func NewDeployer ¶
NewDeployer returns a new Deployer.
func (*Deployer) BuildTester ¶
BuildTester returns an object that knows how to test the cluster it deployed.
func (*Deployer) DumpClusterLogs ¶
DumpClusterLogs is a no-op.
func (*Deployer) GetClusterCreated ¶
GetClusterCreated returns the start time of the cluster container. If the container doesn't exist, has no start time, or has a malformed start time, then an error is returned.
Click to show internal directories.
Click to hide internal directories.