Documentation ¶
Index ¶
- Constants
- type Distribution
- type Kubernetes
- type PreFlight
- func (p *PreFlight) CheckReducerDiffs(d r3diff.Changelog, diffChecker diffs.Checker) error
- func (p *PreFlight) CheckStateDiffs(d r3diff.Changelog, diffChecker diffs.Checker) error
- func (p *PreFlight) CreateDiffChecker(renderedConfig map[string]any) (diffs.Checker, error)
- func (p *PreFlight) Exec(renderedConfig map[string]any) (*Status, error)
- type Status
Constants ¶
View Source
const ( LifecyclePreApply = "pre-apply" LifecyclePostApply = "post-apply" )
View Source
const FromSecondsToHalfMinuteRetries = 30
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Distribution ¶
type Distribution struct { *cluster.OperationPhase // contains filtered or unexported fields }
func NewDistribution ¶
func NewDistribution( furyctlConf public.OnpremisesKfdV1Alpha2, kfdManifest config.KFD, paths cluster.CreatorPaths, dryRun bool, upgr *upgrade.Upgrade, ) *Distribution
func (*Distribution) Self ¶ added in v0.27.0
func (d *Distribution) Self() *cluster.OperationPhase
func (*Distribution) SetUpgrade ¶ added in v0.29.4
func (d *Distribution) SetUpgrade(upgradeEnabled bool)
type Kubernetes ¶
type Kubernetes struct { *cluster.OperationPhase // contains filtered or unexported fields }
func NewKubernetes ¶
func NewKubernetes( furyctlConf public.OnpremisesKfdV1Alpha2, kfdManifest config.KFD, paths cluster.CreatorPaths, dryRun bool, upgr *upgrade.Upgrade, upgradeNode string, force []string, podRunningTimeout int, ) *Kubernetes
func (*Kubernetes) Exec ¶
func (k *Kubernetes) Exec(startFrom string, upgradeState *upgrade.State) error
func (*Kubernetes) Self ¶ added in v0.27.0
func (k *Kubernetes) Self() *cluster.OperationPhase
func (*Kubernetes) SetUpgrade ¶ added in v0.29.4
func (k *Kubernetes) SetUpgrade(upgradeEnabled bool)
type PreFlight ¶ added in v0.27.0
type PreFlight struct { *cluster.OperationPhase // contains filtered or unexported fields }
func NewPreFlight ¶ added in v0.27.0
func (*PreFlight) CheckReducerDiffs ¶ added in v0.27.0
func (*PreFlight) CheckStateDiffs ¶ added in v0.27.0
func (*PreFlight) CreateDiffChecker ¶ added in v0.27.0
Click to show internal directories.
Click to hide internal directories.