from

package
v2.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 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

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

BundleDumpTask implements secret-container creation from a Bundle Dump.

func (*BundleDumpTask) Run

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

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

func (*ExtractKVTask) Run

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

type HCLTask

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

JSONMapTask implements secret-container creation from JSON Map.

func (*HCLTask) Run

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

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

OPLogTask implements secret-container creation from OpLog.

func (*OPLogTask) Run

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

Run the task.

type ObjectTask

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

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
	ContinueOnError bool
}

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