You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/crd/bases/infrastructure.cluster.x-k8s.io_awsmachines.yaml
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1298,10 +1298,6 @@ spec:
1298
1298
ID tracks the dynamically allocated dedicated host ID.
1299
1299
This field is populated when DynamicHostAllocation is used.
1300
1300
type: string
1301
-
releaseFailureMessage:
1302
-
description: ReleaseFailureMessage tracks the last failure message
1303
-
for the release host attempt.
1304
-
type: string
1305
1301
type: object
1306
1302
failureMessage:
1307
1303
description: |-
@@ -1341,15 +1337,6 @@ spec:
1341
1337
can be added as events to the Machine object and/or logged in the
1342
1338
controller's output.
1343
1339
type: string
1344
-
hostReleaseAttempts:
1345
-
description: HostReleaseAttempts tracks the number of attempts to
1346
-
release the dedicated host.
1347
-
format: int32
1348
-
type: integer
1349
-
hostReleaseFailedReason:
1350
-
description: HostReleaseFailedReason tracks the reason for the last
1351
-
host release failure.
1352
-
type: string
1353
1340
instanceState:
1354
1341
description: InstanceState is the state of the AWS instance for this
1355
1342
machine.
@@ -1359,11 +1346,6 @@ spec:
1359
1346
Interruptible reports that this machine is using spot instances and can therefore be interrupted by CAPI when it receives a notice that the spot instance is to be terminated by AWS.
1360
1347
This will be set to true when SpotMarketOptions is not nil (i.e. this machine is using a spot instance).
1361
1348
type: boolean
1362
-
lastHostReleaseAttempt:
1363
-
description: LastHostReleaseAttempt tracks the timestamp of the last
1364
-
attempt to release the dedicated host.
1365
-
format: date-time
1366
-
type: string
1367
1349
ready:
1368
1350
description: Ready is true when the provider resource is ready.
0 commit comments