Documentation ¶
Index ¶
- func CreateMachinepoolRunner(userOptions *mpOpts.CreateMachinepoolUserOptions) rosa.CommandRunner
- func NewCreateMachinePoolCommand() *cobra.Command
- func NewCreateMachinepoolUserOptions() *mpOpts.CreateMachinepoolUserOptions
- type CreateMachinePool
- type CreateMachinePoolSpec
- type CreateMachinepoolOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMachinepoolRunner ¶ added in v1.2.45
func CreateMachinepoolRunner(userOptions *mpOpts.CreateMachinepoolUserOptions) rosa.CommandRunner
Original function refactored to use the new helper functions
func NewCreateMachinePoolCommand ¶ added in v1.2.45
func NewCreateMachinepoolUserOptions ¶ added in v1.2.45
func NewCreateMachinepoolUserOptions() *mpOpts.CreateMachinepoolUserOptions
Types ¶
type CreateMachinePool ¶ added in v1.2.45
type CreateMachinePool struct {
// contains filtered or unexported fields
}
func NewCreateMachinePool ¶ added in v1.2.45
func NewCreateMachinePool(spec CreateMachinePoolSpec) CreateMachinePool
type CreateMachinePoolSpec ¶ added in v1.2.45
type CreateMachinePoolSpec struct {
Service machinepool.MachinePoolService
}
type CreateMachinepoolOptions ¶ added in v1.2.45
type CreateMachinepoolOptions struct {
// contains filtered or unexported fields
}
func NewCreateMachinepoolOptions ¶ added in v1.2.45
func NewCreateMachinepoolOptions() *CreateMachinepoolOptions
func (*CreateMachinepoolOptions) Machinepool ¶ added in v1.2.45
func (m *CreateMachinepoolOptions) Machinepool() *mpOpts.CreateMachinepoolUserOptions
Click to show internal directories.
Click to hide internal directories.