Documentation
¶
Overview ¶
Package remote implements Secrets plugin.
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
Stopc chan struct{}
EKSConfig *eksconfig.Config
K8SClient k8s_client.EKS
ECRAPI ecriface.ECRAPI
}
Config defines secrets configuration. ref. https://github.com/kubernetes/perf-tests
type Tester ¶
type Tester interface {
// Create installs secrets tester.
Create() error
// Delete deletes secrets tester.
Delete() error
// AggregateResults aggregates all test results from remote nodes.
AggregateResults() error
}
Tester defines secrets tester. ref. https://github.com/kubernetes/perf-tests
Click to show internal directories.
Click to hide internal directories.