Documentation
¶
Index ¶
- func NewStore(namespaceInterface v1.NamespaceInterface, secretsGetter v1.SecretsGetter) (*encryptedstore.GenericEncryptedStore, error)
- type NodeConfig
- func (m *NodeConfig) Cleanup() error
- func (m *NodeConfig) Dir() string
- func (m *NodeConfig) DriverConfig() (string, error)
- func (m *NodeConfig) FullDir() string
- func (m *NodeConfig) IP() (string, error)
- func (m *NodeConfig) InternalIP() (string, error)
- func (m *NodeConfig) Remove() error
- func (m *NodeConfig) Restore() error
- func (m *NodeConfig) SSHKeyPath() (string, error)
- func (m *NodeConfig) SSHUser() (string, error)
- func (m *NodeConfig) Save() error
- func (m *NodeConfig) SetDriverConfig(config string) error
- func (m *NodeConfig) TLSConfig() (*TLSConfig, error)
- type TLSConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NodeConfig ¶
type NodeConfig struct {
// contains filtered or unexported fields
}
func NewNodeConfig ¶
func NewNodeConfig(store *encryptedstore.GenericEncryptedStore, node *v3.Node) (*NodeConfig, error)
func (*NodeConfig) DriverConfig ¶
func (m *NodeConfig) DriverConfig() (string, error)
func (*NodeConfig) InternalIP ¶
func (m *NodeConfig) InternalIP() (string, error)
func (*NodeConfig) SSHKeyPath ¶
func (m *NodeConfig) SSHKeyPath() (string, error)
func (*NodeConfig) SetDriverConfig ¶
func (m *NodeConfig) SetDriverConfig(config string) error
Click to show internal directories.
Click to hide internal directories.