Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodBuilder ¶
type PodBuilder struct {
// contains filtered or unexported fields
}
PodBuilder constructs pods for a test's driver, server and client.
func New ¶
func New(defaults *config.Defaults, test *grpcv1.LoadTest) *PodBuilder
New creates a PodBuilder instance. It accepts and uses defaults and a test to predictably construct pods.
func (*PodBuilder) PodForClient ¶
PodForClient accepts a pointer to a client and returns a pod for it.
func (*PodBuilder) PodForDriver ¶
PodForDriver accepts a pointer to a driver and returns a pod for it.
func (*PodBuilder) PodForServer ¶
PodForServer accepts a pointer to a server and returns a pod for it.
Click to show internal directories.
Click to hide internal directories.