Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package local implements local cluster loader. ref. https://github.com/kubernetes/perf-tests/tree/master/clusterloader2 ref. https://github.com/kubernetes/perf-tests/tree/master/clusterloader2/testing/overrides
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶ added in v1.2.7
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
}
    Config defines cluster loader configuration.
 Click to show internal directories. 
   Click to hide internal directories.