Documentation ¶
Index ¶
Constants ¶
View Source
const SErrWrapWithStr = "%w: %s"
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Distribution ¶
type Distribution struct { *cluster.OperationPhase // contains filtered or unexported fields }
func NewDistribution ¶
func NewDistribution( paths cluster.CreatorPaths, furyctlConf private.EksclusterKfdV1Alpha2, kfdManifest config.KFD, infraOutputsPath string, dryRun bool, phase string, ) (*Distribution, error)
func (*Distribution) Exec ¶
func (d *Distribution) Exec() error
func (*Distribution) Stop ¶
func (d *Distribution) Stop() error
type Infrastructure ¶
type Infrastructure struct { *cluster.OperationPhase // contains filtered or unexported fields }
func NewInfrastructure ¶
func NewInfrastructure( furyctlConf private.EksclusterKfdV1Alpha2, kfdManifest config.KFD, paths cluster.CreatorPaths, dryRun bool, ) (*Infrastructure, error)
func (*Infrastructure) Exec ¶
func (i *Infrastructure) Exec() error
func (*Infrastructure) Stop ¶
func (i *Infrastructure) Stop() error
type Kubernetes ¶
type Kubernetes struct { *cluster.OperationPhase // contains filtered or unexported fields }
func NewKubernetes ¶
func NewKubernetes( furyctlConf private.EksclusterKfdV1Alpha2, kfdManifest config.KFD, infraOutputsPath string, paths cluster.CreatorPaths, dryRun bool, ) (*Kubernetes, error)
func (*Kubernetes) Exec ¶
func (k *Kubernetes) Exec() error
func (*Kubernetes) Stop ¶
func (k *Kubernetes) Stop() error
Click to show internal directories.
Click to hide internal directories.