Documentation ¶
Index ¶
Constants ¶
This section is empty.
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.DeleterPaths, dryRun bool, ) *Distribution
func (*Distribution) Exec ¶
func (d *Distribution) Exec() error
type Kubernetes ¶
type Kubernetes struct { *cluster.OperationPhase // contains filtered or unexported fields }
func NewKubernetes ¶
func NewKubernetes( furyctlConf public.OnpremisesKfdV1Alpha2, kfdManifest config.KFD, paths cluster.DeleterPaths, dryRun bool, ) *Kubernetes
func (*Kubernetes) Exec ¶
func (k *Kubernetes) Exec() error
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 NewPreFlight( furyctlConf public.OnpremisesKfdV1Alpha2, kfdManifest config.KFD, paths cluster.DeleterPaths, dryRun bool, ) *PreFlight
Click to show internal directories.
Click to hide internal directories.