- 描述
- ConnectionPool is the Schema for the connectionpools API
- 类型
object
规格
.spec
- 描述
- ConnectionPoolSpec defines the desired state of ConnectionPool
- 类型
object
.spec.http
- 描述
- Settings applicable to HTTP1.1/HTTP2/GRPC connections.
- 类型
object
.spec.tcp
- 描述
- Settings for common to both HTTP and TCP upstream connections.
- 类型
object
.spec.tcp.tcpKeepalive
- 描述
- If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
- 类型
object
.status
- 描述
- ConnectionPoolStatus defines the observed state of ConnectionPool
- 类型
object
API 端点
可用的 API 端点如下:
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/connectionpoolsDELETE: delete collection of ConnectionPoolGET: list objects of kind ConnectionPoolPOST: create a new ConnectionPool
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/connectionpools/{name}DELETE: delete the specified ConnectionPoolGET: read the specified ConnectionPoolPATCH: partially update the specified ConnectionPoolPUT: replace the specified ConnectionPool
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/connectionpools
- HTTP 方法
DELETE- 描述
- delete collection of ConnectionPool
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind ConnectionPool
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new ConnectionPool
- 查询参数
- 请求体参数
- HTTP 响应
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/connectionpools/{name}
- HTTP 方法
DELETE- 描述
- delete the specified ConnectionPool
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified ConnectionPool
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified ConnectionPool
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified ConnectionPool
- 查询参数
- 请求体参数
- HTTP 响应