Documentation ¶
Index ¶
- type Kind
- func (k *Kind) Down() error
- func (k *Kind) DumpClusterLogs(localPath, gcsPath string) error
- func (k *Kind) GetClusterCreated(gcpProject string) (time.Time, error)
- func (k *Kind) IsUp() error
- func (k *Kind) KubectlCommand() (*exec.Cmd, error)
- func (k *Kind) TestSetup() error
- func (k *Kind) Up() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kind ¶
type Kind struct {
// contains filtered or unexported fields
}
Kind is an object the satisfies the deployer interface.
func (*Kind) DumpClusterLogs ¶
DumpClusterLogs dumps the logs for this cluster in localPath.
func (*Kind) GetClusterCreated ¶
GetClusterCreated is unimplemented.GetClusterCreated
func (*Kind) KubectlCommand ¶
KubectlCommand returns the exec.Cmd command for kubectl.
Click to show internal directories.
Click to hide internal directories.