from

package
v0.2.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BundleDumpTask added in v0.1.8

type BundleDumpTask struct {
	JSONReader   tasks.ReaderProvider
	OutputWriter tasks.WriterProvider
}

BundleDumpTask implements secret-container creation from a Bundle Dump.

func (*BundleDumpTask) Run added in v0.1.8

func (t *BundleDumpTask) Run(ctx context.Context) error

Run the task.

type BundleTemplateTask

type BundleTemplateTask struct {
	TemplateReader  tasks.ReaderProvider
	OutputWriter    tasks.WriterProvider
	TemplateContext engine.Context
}

BundleTemplateTask implements secret-container generation from BundleTemplate manifest.

func (*BundleTemplateTask) Run

Run the task.

type ExtractKVTask added in v0.2.0

type ExtractKVTask struct {
	ContainerWriter         tasks.WriterProvider
	BasePaths               []string
	Store                   kv.Store
	LastPathItemAsSecretKey bool
	// contains filtered or unexported fields
}

func (*ExtractKVTask) Run added in v0.2.0

func (t *ExtractKVTask) Run(ctx context.Context) error

type HCLTask added in v0.2.7

type HCLTask struct {
	HCLReader    tasks.ReaderProvider
	OutputWriter tasks.WriterProvider
}

JSONMapTask implements secret-container creation from JSON Map.

func (*HCLTask) Run added in v0.2.7

func (t *HCLTask) Run(ctx context.Context) error

Run the task.

type JSONMapTask

type JSONMapTask struct {
	JSONReader   tasks.ReaderProvider
	OutputWriter tasks.WriterProvider
}

JSONMapTask implements secret-container creation from JSON Map.

func (*JSONMapTask) Run

func (t *JSONMapTask) Run(ctx context.Context) error

Run the task.

type OPLogTask added in v0.1.11

type OPLogTask struct {
	JSONReader   tasks.ReaderProvider
	OutputWriter tasks.WriterProvider
}

OPLogTask implements secret-container creation from OpLog.

func (*OPLogTask) Run added in v0.1.11

func (t *OPLogTask) Run(ctx context.Context) error

Run the task.

type ObjectTask added in v0.1.22

type ObjectTask struct {
	ObjectReader tasks.ReaderProvider
	OutputWriter tasks.WriterProvider
	JSON         bool
	YAML         bool
}

ObjectTask implements secret-container creation from a YAML/JSON structure.

func (*ObjectTask) Run added in v0.1.22

func (t *ObjectTask) Run(ctx context.Context) error

Run the task.

type VaultTask

type VaultTask struct {
	OutputWriter    tasks.WriterProvider
	SecretPaths     []string
	VaultNamespace  string
	AsVaultMetadata bool
	WithMetadata    bool
	MaxWorkerCount  int64
}

VaultTask implements secret-container building from Vault K/V.

func (*VaultTask) Run

func (t *VaultTask) Run(ctx context.Context) error

Run the task.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL