Documentation ¶
Overview ¶
Package remote implements cluster remote load tests. ref. https://github.com/kubernetes/perf-tests ref. https://github.com/kubernetes/client-go/tree/master/examples/in-cluster-client-configuration ref. https://kubernetes.io/docs/reference/access-authn-authz/rbac/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cfg Config) eks_tester.Tester
Types ¶
type Config ¶
type Config struct { Logger *zap.Logger LogWriter io.Writer Stopc chan struct{} EKSConfig *eksconfig.Config K8SClient k8s_client.EKS S3API s3iface.S3API CWAPI cloudwatchiface.CloudWatchAPI ECRAPI ecriface.ECRAPI }
Config defines stresser configuration. ref. https://github.com/kubernetes/perf-tests
Click to show internal directories.
Click to hide internal directories.