Documentation ¶
Index ¶
- type Deployer
- func (d *Deployer) Build() 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 is an object the satisfies the kubetest main deployer interface.
func NewDeployer ¶
NewDeployer creates a new kind deployer.
func (*Deployer) DumpClusterLogs ¶
DumpClusterLogs dumps the logs for this cluster in localPath.
func (*Deployer) GetClusterCreated ¶
GetClusterCreated is unimplemented.GetClusterCreated
func (*Deployer) KubectlCommand ¶
KubectlCommand returns the exec.Cmd command for kubectl.
Click to show internal directories.
Click to hide internal directories.