Documentation
¶
Overview ¶
Package clusterloader implements cluster load tests. ref. https://github.com/kubernetes/perf-tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Logger *zap.Logger
Client k8s_client.EKS
// Groups is the number of loader groups to launch.
// The total number of goroutines is Groups * number of
// load functons defined below.
Groups int
Stopc chan struct{}
Deadline time.Time
Timeout time.Duration
Namespaces []string
}
Config configures cluster loader.
Click to show internal directories.
Click to hide internal directories.