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.CreatorPaths, dryRun bool, ) (*Distribution, error)
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.CreatorPaths, dryRun bool, ) (*Kubernetes, error)
func (*Kubernetes) Exec ¶
func (k *Kubernetes) Exec() error
Click to show internal directories.
Click to hide internal directories.