Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EksdChangeDiff ¶
func EksdChangeDiff(currentSpec, newSpec *cluster.Spec) *types.ChangeDiff
Types ¶
type EksdInstallerClient ¶
type Installer ¶
type Installer struct {
// contains filtered or unexported fields
}
func NewEksdInstaller ¶
func NewEksdInstaller(client EksdInstallerClient, reader Reader, opts ...InstallerOpt) *Installer
NewEksdInstaller constructs a new eks-d installer.
func (*Installer) InstallEksdCRDs ¶
func (*Installer) InstallEksdManifest ¶
func (*Installer) SetRetrier ¶ added in v0.11.3
SetRetrier allows to modify the internal retrier For unit testing purposes only. It is not thread safe.
type InstallerOpt ¶ added in v0.15.2
type InstallerOpt func(*Installer)
InstallerOpt allows to customize an eksd installer on construction.
func WithRetrier ¶ added in v0.15.2
func WithRetrier(retrier *retrier.Retrier) InstallerOpt
WithRetrier allows to use a custom retrier.
type Upgrader ¶
type Upgrader struct {
*Installer
}
func NewUpgrader ¶
func NewUpgrader(client EksdInstallerClient, reader Reader, opts ...UpgraderOpt) *Upgrader
NewUpgrader constructs a new eks-d upgrader.
type UpgraderOpt ¶ added in v0.15.2
type UpgraderOpt = InstallerOpt
UpgraderOpt allows to customize an eksd upgrader on construction.
Click to show internal directories.
Click to hide internal directories.