Documentation ¶
Overview ¶
Package conformance implements conformance test kubetest code.
Index ¶
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) 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.
type Tester ¶
type Tester struct {
// contains filtered or unexported fields
}
Tester runs conformance tests against a given cluster.
Click to show internal directories.
Click to hide internal directories.