Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeConfig ¶ added in v1.1.0
type NodeConfig struct {
// contains filtered or unexported fields
}
func NewNodeConfig ¶ added in v1.1.0
func NewNodeConfig(name string, connectionConfig *ssh_handler.SshConfig) *NodeConfig
func (NodeConfig) GetConnectionConfig ¶ added in v1.1.0
func (n NodeConfig) GetConnectionConfig() *ssh_handler.SshConfig
func (NodeConfig) GetName ¶ added in v1.1.0
func (n NodeConfig) GetName() *string
func (NodeConfig) IsValid ¶ added in v1.1.0
func (n NodeConfig) IsValid() error
Click to show internal directories.
Click to hide internal directories.