Documentation ¶
Index ¶
Constants ¶
View Source
const ( LifecyclePreApply = "pre-apply" LifecyclePostApply = "post-apply" )
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
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, ) *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
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.