Documentation ¶
Index ¶
Constants ¶
View Source
const (
SErrWrapWithStr = "%w: %s"
)
Variables ¶
View Source
var ErrClusterDoesNotExist = errors.New("cluster does not exist, nothing to delete")
Functions ¶
This section is empty.
Types ¶
type Distribution ¶
type Distribution struct { *common.Distribution // contains filtered or unexported fields }
func NewDistribution ¶
func NewDistribution( dryRun bool, kfdManifest config.KFD, infraOutputsPath string, paths cluster.DeleterPaths, furyctlConf private.EksclusterKfdV1Alpha2, ) *Distribution
func (*Distribution) Exec ¶
func (d *Distribution) Exec() error
type Infrastructure ¶
type Infrastructure struct { *common.Infrastructure // contains filtered or unexported fields }
func NewInfrastructure ¶
func NewInfrastructure( furyctlConf private.EksclusterKfdV1Alpha2, dryRun bool, kfdManifest config.KFD, paths cluster.DeleterPaths, ) *Infrastructure
func (*Infrastructure) Exec ¶
func (i *Infrastructure) Exec() error
type Kubernetes ¶
type Kubernetes struct { *common.Kubernetes // contains filtered or unexported fields }
func NewKubernetes ¶
func NewKubernetes( furyctlConf private.EksclusterKfdV1Alpha2, dryRun bool, kfdManifest config.KFD, infraOutputsPath string, paths cluster.DeleterPaths, ) *Kubernetes
func (*Kubernetes) Exec ¶
func (k *Kubernetes) Exec() error
type PreFlight ¶
func NewPreFlight ¶
Click to show internal directories.
Click to hide internal directories.