Documentation
¶
Index ¶
- Variables
- type Debian
- func (d *Debian) Check() []platform.Check
- func (d *Debian) CheckExistingInstallation() (bool, error)
- func (d *Debian) CheckIfdpkgISLock() (bool, error)
- func (d *Debian) CheckKubernetesCluster() (bool, error)
- func (d *Debian) DownloadAndInstallTimesyncPkg() error
- func (d *Debian) IsPresent(service string) error
- func (d *Debian) IsRunning(service string) error
- func (d *Debian) Version() (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MissingPkgsInstalledDebian bool
)
Functions ¶
This section is empty.
Types ¶
type Debian ¶
type Debian struct {
// contains filtered or unexported fields
}
Debian represents debian based host machine
func (*Debian) Check ¶
Check inspects if a host machine meets all the requirements to be a cluster node
func (*Debian) CheckExistingInstallation ¶
func (*Debian) CheckIfdpkgISLock ¶
func (*Debian) CheckKubernetesCluster ¶
func (*Debian) DownloadAndInstallTimesyncPkg ¶
Click to show internal directories.
Click to hide internal directories.