Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( User string Passwd string )
username
Functions ¶
Types ¶
type Installer ¶
type Installer interface { InstallMaster0() JoinMasters() JoinNodes() }
Installer is
type SealosInstaller ¶
type SealosInstaller struct { User string Passwd string Masters []string Nodes []string JoinToken string TokenCaCertHash string CertificateKey string }
SealosInstaller is
func (*SealosInstaller) InstallMaster0 ¶
func (s *SealosInstaller) InstallMaster0()
InstallMaster0 is
Click to show internal directories.
Click to hide internal directories.