asm.alauda.iogroup

ConnectionPool is the Schema for the connectionpools API

v1alpha1version
specobject

ConnectionPoolSpec defines the desired state of ConnectionPool

hoststring

INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file

httpobject

Settings applicable to HTTP1.1/HTTP2/GRPC connections.

httpMaxPendingRequestsinteger

Maximum number of pending HTTP1 requests to a destination. Default 1024.

httpMaxRequestsinteger

Maximum number of HTTP2 requests to a backend. Default 1024.

maxConnectionsinteger

Maximum number of HTTP1 /TCP connections to a destination host. Default 2^32-1.

maxRequestsPerConnectioninteger

parameter 1 disables keep alive. Default 0, meaning "unlimited",

maxRetriesinteger

cluster at a given time. Defaults to 3.

tcpobject

Settings for common to both HTTP and TCP upstream connections.

connectTimeoutstring

TCP connection timeout. format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is 10s.

maxConnectionsinteger

Maximum number of HTTP1 /TCP connections to a destination host. Default 2^32-1.

tcpKeepaliveobject

If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.

intervalstring

The time duration between keep-alive probes. Default is to use the OS level configuration (unless overridden, Linux defaults to 75s.)

probesinteger

Maximum number of keepalive probes to send without response before deciding the connection is dead. Default is to use the OS level configuration (unless overridden, Linux defaults to 9.)

timestring

The time duration a connection needs to be idle before keep-alive probes start being sent. Default is to use the OS level configuration (unless overridden, Linux defaults to 7200s (ie 2 hours.)

statusobject

ConnectionPoolStatus defines the observed state of ConnectionPool