dummy

package
v6.4.2 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewManagerFactory

func NewManagerFactory() creds.ManagerFactory

Types

type Manager

type Manager struct {
	Vars []VarFlag `` /* 175-byte string literal not displayed */
}

func (Manager) Close

func (manager Manager) Close(logger lager.Logger)

func (Manager) Health

func (manager Manager) Health() (*creds.HealthResponse, error)

func (*Manager) Init

func (manager *Manager) Init(log lager.Logger) error

func (Manager) IsConfigured

func (manager Manager) IsConfigured() bool

func (*Manager) MarshalJSON

func (manager *Manager) MarshalJSON() ([]byte, error)

func (Manager) NewSecretsFactory

func (manager Manager) NewSecretsFactory(logger lager.Logger) (creds.SecretsFactory, error)

func (Manager) Validate

func (manager Manager) Validate() error

type Secrets

type Secrets struct {
	vars.StaticVariables

	TeamName     string
	PipelineName string
}

func (*Secrets) Get

func (secrets *Secrets) Get(secretPath string) (interface{}, *time.Time, bool, error)

func (*Secrets) NewSecretLookupPaths

func (secrets *Secrets) NewSecretLookupPaths(teamName string, pipelineName string, allowRootPath bool) []creds.SecretLookupPath

type SecretsFactory

type SecretsFactory struct {
	// contains filtered or unexported fields
}

func NewSecretsFactory

func NewSecretsFactory(flags []VarFlag) *SecretsFactory

func (*SecretsFactory) NewSecrets

func (factory *SecretsFactory) NewSecrets() creds.Secrets

type VarFlag

type VarFlag struct {
	Name  string
	Value interface{}
}

func (*VarFlag) UnmarshalFlag

func (pair *VarFlag) UnmarshalFlag(value string) error

Jump to

Keyboard shortcuts

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