Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶
func NewCreateCommand(coreOpts *core.CreateNodePoolOptions) *cobra.Command
Types ¶
type AzurePlatformCreateOptions ¶ added in v0.1.18
type AzurePlatformCreateOptions struct {
InstanceType string
DiskSize int32
AvailabilityZone string
ResourceGroupName string
DiskEncryptionSetID string
EnableEphemeralOSDisk bool
DiskStorageAccountType string
}
func (*AzurePlatformCreateOptions) Type ¶ added in v0.1.18
func (o *AzurePlatformCreateOptions) Type() hyperv1.PlatformType
func (*AzurePlatformCreateOptions) UpdateNodePool ¶ added in v0.1.18
func (o *AzurePlatformCreateOptions) UpdateNodePool(_ context.Context, nodePool *hyperv1.NodePool, _ *hyperv1.HostedCluster, _ crclient.Client) error
Click to show internal directories.
Click to hide internal directories.