lib

package
v0.9.0-dev Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecretPlugin

type SecretPlugin interface {
	// Base commands are implemented by the below interface
	SecretPluginBase
}

func NewSecretPlugin

func NewSecretPlugin(kubeConfigPath string,
	interval time.Duration,
	timeout time.Duration,
	outputFormat string,
	verbose int32) SecretPlugin

type SecretPluginResult

type SecretPluginResult struct {
	Pass   bool
	Stdout *bytes.Buffer
	Stderr *bytes.Buffer
	Error  error
}

Jump to

Keyboard shortcuts

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