Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | EcsService |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
EcsServiceSpec | |
status |
EcsServiceStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
cluster |
string | (Optional) |
deploymentController |
[]EcsServiceSpecDeploymentController | (Optional) |
deploymentMaximumPercent |
int | (Optional) |
deploymentMinimumHealthyPercent |
int | (Optional) |
desiredCount |
int | (Optional) |
enableEcsManagedTags |
bool | (Optional) |
healthCheckGracePeriodSeconds |
int | (Optional) |
iamRole |
string | (Optional) |
launchType |
string | (Optional) |
loadBalancer |
[]EcsServiceSpecLoadBalancer | (Optional) |
name |
string | |
networkConfiguration |
[]EcsServiceSpecNetworkConfiguration | (Optional) |
orderedPlacementStrategy |
[]EcsServiceSpecOrderedPlacementStrategy | (Optional) |
placementConstraints |
[]EcsServiceSpecPlacementConstraints | (Optional) |
platformVersion |
string | (Optional) |
propagateTags |
string | (Optional) |
schedulingStrategy |
string | (Optional) |
serviceRegistries |
[]EcsServiceSpecServiceRegistries | (Optional) |
tags |
map[string]string | (Optional) |
taskDefinition |
string |
Field | Type | Description |
---|---|---|
type |
string | (Optional) |
Field | Type | Description |
---|---|---|
containerName |
string | |
containerPort |
int | |
elbName |
string | (Optional) |
targetGroupArn |
string | (Optional) |
Field | Type | Description |
---|---|---|
assignPublicIP |
bool | (Optional) |
securityGroups |
[]string | (Optional) |
subnets |
[]string |
Field | Type | Description |
---|---|---|
field |
string | (Optional) |
type |
string |
Field | Type | Description |
---|---|---|
expression |
string | (Optional) |
type |
string |
Field | Type | Description |
---|---|---|
containerName |
string | (Optional) |
containerPort |
int | (Optional) |
port |
int | (Optional) |
registryArn |
string |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
EcsServiceSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |