execattributes

package
v0.0.0-...-ff79166 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecAttributes

type ExecAttributes interface {
	zapcore.ObjectMarshaler
	Init(execAttributesPath string) error
	GetType() constants.ExecSecretType
	GetSSHAttributes() SSHAttributes
}

func NewExecAttributes

func NewExecAttributes() ExecAttributes

type SSHAttributes

type SSHAttributes interface {
	zapcore.ObjectMarshaler

	GetUser() string
	GetPort() int
	GetAdditionalSSHOptions() []string
	GetPrivateKey() string
	GetHostPublicKey() string
	GetStrictHostKeyCheckingMode() string
	GetSSHDir() string
	GetSSHExecutableName() string
	// contains filtered or unexported methods
}

func NewSSHAttributes

func NewSSHAttributes() SSHAttributes

Jump to

Keyboard shortcuts

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