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) *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 Upgrader ¶
type Upgrader struct {
*Installer
}
func NewUpgrader ¶
func NewUpgrader(client EksdInstallerClient, reader Reader) *Upgrader
Click to show internal directories.
Click to hide internal directories.