Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | Elb |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
ElbSpec | |
status |
ElbStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
accessLogs |
[]ElbSpecAccessLogs | (Optional) |
arn |
string | (Optional) |
availabilityZones |
[]string | (Optional) |
connectionDraining |
bool | (Optional) |
connectionDrainingTimeout |
int | (Optional) |
crossZoneLoadBalancing |
bool | (Optional) |
dnsName |
string | (Optional) |
healthCheck |
[]ElbSpecHealthCheck | (Optional) |
idleTimeout |
int | (Optional) |
instances |
[]string | (Optional) |
internal |
bool | (Optional) |
listener |
[]ElbSpecListener | |
name |
string | (Optional) |
namePrefix |
string | (Optional) |
securityGroups |
[]string | (Optional) |
sourceSecurityGroup |
string | (Optional) |
sourceSecurityGroupID |
string | (Optional) |
subnets |
[]string | (Optional) |
tags |
map[string]string | (Optional) |
zoneID |
string | (Optional) |
Field | Type | Description |
---|---|---|
bucket |
string | |
bucketPrefix |
string | (Optional) |
enabled |
bool | (Optional) |
interval |
int | (Optional) |
Field | Type | Description |
---|---|---|
healthyThreshold |
int | |
interval |
int | |
target |
string | |
timeout |
int | |
unhealthyThreshold |
int |
Field | Type | Description |
---|---|---|
instancePort |
int | |
instanceProtocol |
string | |
lbPort |
int | |
lbProtocol |
string | |
sslCertificateID |
string | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
ElbSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |