Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | Ec2Fleet |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
Ec2FleetSpec | |
status |
Ec2FleetStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
excessCapacityTerminationPolicy |
string | (Optional) |
launchTemplateConfig |
[]Ec2FleetSpecLaunchTemplateConfig | |
onDemandOptions |
[]Ec2FleetSpecOnDemandOptions | (Optional) |
replaceUnhealthyInstances |
bool | (Optional) |
spotOptions |
[]Ec2FleetSpecSpotOptions | (Optional) |
tags |
map[string]string | (Optional) |
targetCapacitySpecification |
[]Ec2FleetSpecTargetCapacitySpecification | |
terminateInstances |
bool | (Optional) |
terminateInstancesWithExpiration |
bool | (Optional) |
type |
string | (Optional) |
Field | Type | Description |
---|---|---|
launchTemplateSpecification |
[]Ec2FleetSpecLaunchTemplateConfigLaunchTemplateSpecification | |
override |
[]Ec2FleetSpecLaunchTemplateConfigOverride | (Optional) |
Field | Type | Description |
---|---|---|
launchTemplateID |
string | (Optional) |
launchTemplateName |
string | (Optional) |
version |
string |
Field | Type | Description |
---|---|---|
availabilityZone |
string | (Optional) |
instanceType |
string | (Optional) |
maxPrice |
string | (Optional) |
priority |
encoding/json.Number | (Optional) |
subnetID |
string | (Optional) |
weightedCapacity |
encoding/json.Number | (Optional) |
Field | Type | Description |
---|---|---|
allocationStrategy |
string | (Optional) |
Field | Type | Description |
---|---|---|
allocationStrategy |
string | (Optional) |
instanceInterruptionBehavior |
string | (Optional) |
instancePoolsToUseCount |
int | (Optional) |
Field | Type | Description |
---|---|---|
defaultTargetCapacityType |
string | |
onDemandTargetCapacity |
int | (Optional) |
spotTargetCapacity |
int | (Optional) |
totalTargetCapacity |
int |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
Ec2FleetSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |