Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶
func NewCreateCommand(coreOpts *core.CreateNodePoolOptions) *cobra.Command
Types ¶
type AWSPlatformCreateOptions ¶
type AWSPlatformCreateOptions struct { InstanceProfile string SubnetID string SecurityGroupID string InstanceType string RootVolumeType string RootVolumeIOPS int64 RootVolumeSize int64 RootVolumeEncryptionKey string }
func (*AWSPlatformCreateOptions) Type ¶
func (o *AWSPlatformCreateOptions) Type() hyperv1.PlatformType
func (*AWSPlatformCreateOptions) UpdateNodePool ¶
func (o *AWSPlatformCreateOptions) UpdateNodePool(ctx context.Context, nodePool *hyperv1.NodePool, hcluster *hyperv1.HostedCluster, client crclient.Client) error
Click to show internal directories.
Click to hide internal directories.