Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | Lb |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
LbSpec | |
status |
LbStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
accessLogs |
[]LbSpecAccessLogs | (Optional) |
arn |
string | (Optional) |
arnSuffix |
string | (Optional) |
dnsName |
string | (Optional) |
enableCrossZoneLoadBalancing |
bool | (Optional) |
enableDeletionProtection |
bool | (Optional) |
enableHttp2 |
bool | (Optional) |
idleTimeout |
int | (Optional) |
internal |
bool | (Optional) |
ipAddressType |
string | (Optional) |
loadBalancerType |
string | (Optional) |
name |
string | (Optional) |
namePrefix |
string | (Optional) |
securityGroups |
[]string | (Optional) |
subnetMapping |
[]LbSpecSubnetMapping | (Optional) |
subnets |
[]string | (Optional) |
tags |
map[string]string | (Optional) |
vpcID |
string | (Optional) |
zoneID |
string | (Optional) |
Field | Type | Description |
---|---|---|
bucket |
string | |
enabled |
bool | (Optional) |
prefix |
string | (Optional) |
Field | Type | Description |
---|---|---|
allocationID |
string | (Optional) |
subnetID |
string |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
LbSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |