to

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: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubActionTask

type GithubActionTask struct {
	ContainerReader tasks.ReaderProvider
	Owner           string
	Repository      string
	SecretFilter    string
	// contains filtered or unexported fields
}

func (*GithubActionTask) Run

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

type ObjectTask

type ObjectTask struct {
	ContainerReader tasks.ReaderProvider
	OutputWriter    tasks.WriterProvider
	Expand          bool
	TOML            bool
	YAML            bool
}

ObjectTask implements secret-container publication process to json/yaml content.

func (*ObjectTask) Run

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

Run the task.

type PublishKVTask

type PublishKVTask struct {
	ContainerReader tasks.ReaderProvider
	Store           kv.Store
	SecretAsKey     bool
	Prefix          string
	// contains filtered or unexported fields
}

func (*PublishKVTask) Run

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

type RuleSetTask

type RuleSetTask struct {
	ContainerReader tasks.ReaderProvider
	OutputWriter    tasks.WriterProvider
}

RuleSetTask implements RuleSet generation from a bundle.

func (*RuleSetTask) Run

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

Run the task.

type VaultTask

type VaultTask struct {
	ContainerReader tasks.ReaderProvider
	BackendPrefix   string
	PushMetadata    bool
	AsVaultMetadata bool
	VaultNamespace  string
	MaxWorkerCount  int64
}

VaultTask implements secret-container publication process to Vault.

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