from

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2021 License: Apache-2.0 Imports: 13 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 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 VaultTask

type VaultTask struct {
	OutputWriter   tasks.WriterProvider
	SecretPaths    []string
	VaultNamespace string
	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