Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | AlbTargetGroup |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
AlbTargetGroupSpec | |
status |
AlbTargetGroupStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
arn |
string | (Optional) |
arnSuffix |
string | (Optional) |
deregistrationDelay |
int | (Optional) |
healthCheck |
[]AlbTargetGroupSpecHealthCheck | (Optional) |
lambdaMultiValueHeadersEnabled |
bool | (Optional) |
name |
string | (Optional) |
namePrefix |
string | (Optional) |
port |
int | (Optional) |
protocol |
string | (Optional) |
proxyProtocolV2 |
bool | (Optional) |
slowStart |
int | (Optional) |
stickiness |
[]AlbTargetGroupSpecStickiness | (Optional) |
tags |
map[string]string | (Optional) |
targetType |
string | (Optional) |
vpcID |
string | (Optional) |
Field | Type | Description |
---|---|---|
enabled |
bool | (Optional) |
healthyThreshold |
int | (Optional) |
interval |
int | (Optional) |
matcher |
string | (Optional) |
path |
string | (Optional) |
port |
string | (Optional) |
protocol |
string | (Optional) |
timeout |
int | (Optional) |
unhealthyThreshold |
int | (Optional) |
Field | Type | Description |
---|---|---|
cookieDuration |
int | (Optional) |
enabled |
bool | (Optional) |
type |
string |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
AlbTargetGroupSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |