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
Click to show internal directories.
Click to hide internal directories.