Documentation ¶
Index ¶
- type CLIOptions
- func (c *CLIOptions) GetDebugLevel() zapcore.Level
- func (c *CLIOptions) GetPrivateKeyConnectionOptions() map[string]string
- func (c *CLIOptions) GetPrivateKeySecretName() string
- func (c *CLIOptions) GetPrivateKeySecretNamespace() string
- func (c *CLIOptions) GetPublicKeySecretName() string
- func (c *CLIOptions) GetPublicKeySecretNamespace() string
- func (c *CLIOptions) GetSshKeygenOptions() string
- func (c *CLIOptions) Init() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIOptions ¶
type CLIOptions struct { PublicKeySecretName string `` /* 223-byte string literal not displayed */ PublicKeySecretNamespace string `` /* 166-byte string literal not displayed */ PrivateKeySecretName string `` /* 234-byte string literal not displayed */ PrivateKeySecretNamespace string `` /* 169-byte string literal not displayed */ SshKeygenOptions string `` /* 154-byte string literal not displayed */ Debug bool `arg:"--debug" help:"Sets DEBUG log level"` PrivateKeyConnectionOptions []string `` /* 260-byte string literal not displayed */ }
func (*CLIOptions) GetDebugLevel ¶
func (c *CLIOptions) GetDebugLevel() zapcore.Level
func (*CLIOptions) GetPrivateKeyConnectionOptions ¶
func (c *CLIOptions) GetPrivateKeyConnectionOptions() map[string]string
func (*CLIOptions) GetPrivateKeySecretName ¶
func (c *CLIOptions) GetPrivateKeySecretName() string
func (*CLIOptions) GetPrivateKeySecretNamespace ¶
func (c *CLIOptions) GetPrivateKeySecretNamespace() string
func (*CLIOptions) GetPublicKeySecretName ¶
func (c *CLIOptions) GetPublicKeySecretName() string
func (*CLIOptions) GetPublicKeySecretNamespace ¶
func (c *CLIOptions) GetPublicKeySecretNamespace() string
func (*CLIOptions) GetSshKeygenOptions ¶
func (c *CLIOptions) GetSshKeygenOptions() string
func (*CLIOptions) Init ¶
func (c *CLIOptions) Init() error
Click to show internal directories.
Click to hide internal directories.