Skip to content

Commit 032a5a6

Browse files
fix crd after rebase
1 parent cb0a90e commit 032a5a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_awsmanagedmachinepools.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,15 @@ spec:
693693
required:
694694
- size
695695
type: object
696+
spotMarketOptions:
697+
description: SpotMarketOptions are options for configuring AWSMachinePool
698+
instances to be run using AWS Spot instances.
699+
properties:
700+
maxPrice:
701+
description: MaxPrice defines the maximum price the user is
702+
willing to pay for Spot VM instances
703+
type: string
704+
type: object
696705
sshKeyName:
697706
description: SSHKeyName is the name of the ssh key to attach to
698707
the instance. Valid values are empty string (do not use SSH

0 commit comments

Comments
 (0)