Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(execution testkube.Execution, slavesConfigs executor.SlavesConfigs, envParams envs.Params, slavesEnvVariables map[string]testkube.Variable) (*Client, error)
NewClient is a method to create new slave client
func (*Client) CreateSlaves ¶
CreateSlaves creates slaves as per count provided in the SLAVES_COUNT env variable. Default SLAVES_COUNT would be 1 if not provided in the env variables
Click to show internal directories.
Click to hide internal directories.