Documentation ¶
Overview ¶
Package secrets 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 LogWriter io.Writer Stopc chan struct{} S3API s3iface.S3API S3BucketName string Client k8s_client.EKS ClientTimeout time.Duration Namespace string // NamePrefix is the prefix of Secret name. // If multiple Secret loader is running, // this must be unique per worker to avoid name conflicts. NamePrefix string Objects int ObjectSize int RequestsRawWritesJSONPath string RequestsRawWritesJSONS3Key string RequestsSummaryWritesJSONPath string RequestsSummaryWritesJSONS3Key string RequestsSummaryWritesTablePath string RequestsSummaryWritesTableS3Key string RequestsRawReadsJSONPath string RequestsRawReadsJSONS3Key string RequestsSummaryReadsJSONPath string RequestsSummaryReadsJSONS3Key string RequestsSummaryReadsTablePath string RequestsSummaryReadsTableS3Key string }
Config configures Secret loader.
Click to show internal directories.
Click to hide internal directories.