Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | SpotFleetRequest |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
SpotFleetRequestSpec | |
status |
SpotFleetRequestStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
allocationStrategy |
string | (Optional) |
clientToken |
string | (Optional) |
excessCapacityTerminationPolicy |
string | (Optional) |
fleetType |
string | (Optional) |
iamFleetRole |
string | |
instanceInterruptionBehaviour |
string | (Optional) |
instancePoolsToUseCount |
int | (Optional) |
launchSpecification |
[]SpotFleetRequestSpecLaunchSpecification | |
loadBalancers |
[]string | (Optional) |
replaceUnhealthyInstances |
bool | (Optional) |
spotPrice |
string | (Optional) |
spotRequestState |
string | (Optional) |
targetCapacity |
int | |
targetGroupArns |
[]string | (Optional) |
terminateInstancesWithExpiration |
bool | (Optional) |
validFrom |
string | (Optional) |
validUntil |
string | (Optional) |
waitForFulfillment |
bool | (Optional) |
Field | Type | Description |
---|---|---|
ami |
string | |
associatePublicIPAddress |
bool | (Optional) |
availabilityZone |
string | (Optional) |
ebsBlockDevice |
[]SpotFleetRequestSpecLaunchSpecificationEbsBlockDevice | (Optional) |
ebsOptimized |
bool | (Optional) |
ephemeralBlockDevice |
[]SpotFleetRequestSpecLaunchSpecificationEphemeralBlockDevice | (Optional) |
iamInstanceProfile |
string | (Optional) |
iamInstanceProfileArn |
string | (Optional) |
instanceType |
string | |
keyName |
string | (Optional) |
monitoring |
bool | (Optional) |
placementGroup |
string | (Optional) |
placementTenancy |
string | (Optional) |
rootBlockDevice |
[]SpotFleetRequestSpecLaunchSpecificationRootBlockDevice | (Optional) |
spotPrice |
string | (Optional) |
subnetID |
string | (Optional) |
tags |
map[string]string | (Optional) |
userData |
string | (Optional) |
vpcSecurityGroupIDS |
[]string | (Optional) |
weightedCapacity |
string | (Optional) |
Field | Type | Description |
---|---|---|
deleteOnTermination |
bool | (Optional) |
deviceName |
string | |
encrypted |
bool | (Optional) |
iops |
int | (Optional) |
snapshotID |
string | (Optional) |
volumeSize |
int | (Optional) |
volumeType |
string | (Optional) |
Field | Type | Description |
---|---|---|
deviceName |
string | |
virtualName |
string |
Field | Type | Description |
---|---|---|
deleteOnTermination |
bool | (Optional) |
iops |
int | (Optional) |
volumeSize |
int | (Optional) |
volumeType |
string | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
SpotFleetRequestSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |