Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶
func NewCreateCommand(coreOpts *core.CreateNodePoolOptions) *cobra.Command
Types ¶
type KubevirtPlatformCreateOptions ¶
type KubevirtPlatformCreateOptions struct { Memory string Cores uint32 ContainerDiskImage string RootVolumeSize uint32 RootVolumeStorageClass string RootVolumeAccessModes string RootVolumeVolumeMode string CacheStrategyType string NetworkInterfaceMultiQueue string QoSClass string }
func (*KubevirtPlatformCreateOptions) Type ¶
func (o *KubevirtPlatformCreateOptions) Type() hyperv1.PlatformType
func (*KubevirtPlatformCreateOptions) UpdateNodePool ¶
func (o *KubevirtPlatformCreateOptions) UpdateNodePool(_ context.Context, nodePool *hyperv1.NodePool, _ *hyperv1.HostedCluster, _ crclient.Client) error
Click to show internal directories.
Click to hide internal directories.