local types = import 'types.libsonnet'; types.envoy.config.core.v3.TcpKeepalive .withKeepaliveInterval(1) .withKeepaliveProbes(1) .withKeepaliveTime(1) ._validate()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| keepalive_interval | google.protobuf.UInt32Value |
|
||
| keepalive_probes | google.protobuf.UInt32Value |
|
||
| keepalive_time | google.protobuf.UInt32Value |
|