- 描述
- IngressGateway is the Schema for the ingressgateways API
- 类型
object
规格
.spec
- 描述
- IngressGatewaySpec defines the desired state of IngressGateway
- 类型
object- 必填
port
.spec.corsPolicy
- 描述
- CORS configuration.
- 类型
object- 必填
configTypeenabled
.spec.corsPolicy.allowHeaders
- 描述
- The list of request headers that the server allows for cross-origin requests.
- 类型
array
.spec.corsPolicy.allowHeaders[]
- 类型
string
.spec.corsPolicy.allowMethods
- 描述
- The list of cross-origin request methods allowed by the server.
- 类型
array
.spec.corsPolicy.allowMethods[]
- 类型
string
.spec.corsPolicy.allowOrigins
- 描述
- The server allows cross-origin requests for the list of domains.
- 类型
array
.spec.corsPolicy.allowOrigins[]
- 类型
object
.spec.corsPolicy.exposeHeaders
- 描述
- A list of headers that the server allows browsers with cross-origin requests to access.
- 类型
array
.spec.corsPolicy.exposeHeaders[]
- 类型
string
.spec.gateway
- 描述
- GatewayDeploy
- 类型
object- 必填
namenamespace
.spec.gatewayGroupsRef
- 描述
- The associated API group.
- 类型
array
.spec.gatewayGroupsRef[]
- 类型
object- 必填
apiPrefixPathapiPrefixRulename
.spec.gatewayGroupsRef[].corsPolicy
- 描述
- CORS configuration.
- 类型
object- 必填
configTypeenabled
.spec.gatewayGroupsRef[].corsPolicy.allowHeaders
- 描述
- The list of request headers that the server allows for cross-origin requests.
- 类型
array
.spec.gatewayGroupsRef[].corsPolicy.allowHeaders[]
- 类型
string
.spec.gatewayGroupsRef[].corsPolicy.allowMethods
- 描述
- The list of cross-origin request methods allowed by the server.
- 类型
array
.spec.gatewayGroupsRef[].corsPolicy.allowMethods[]
- 类型
string
.spec.gatewayGroupsRef[].corsPolicy.allowOrigins
- 描述
- The server allows cross-origin requests for the list of domains.
- 类型
array
.spec.gatewayGroupsRef[].corsPolicy.allowOrigins[]
- 类型
object
.spec.gatewayGroupsRef[].corsPolicy.exposeHeaders
- 描述
- A list of headers that the server allows browsers with cross-origin requests to access.
- 类型
array
.spec.gatewayGroupsRef[].corsPolicy.exposeHeaders[]
- 类型
string
.spec.httpRoute
- 描述
- HTTP route config.
- 类型
object- 必填
matchTypeuri
.spec.httpRoute.corsPolicy
- 描述
- CORS configuration.
- 类型
object- 必填
configTypeenabled
.spec.httpRoute.corsPolicy.allowHeaders
- 描述
- The list of request headers that the server allows for cross-origin requests.
- 类型
array
.spec.httpRoute.corsPolicy.allowHeaders[]
- 类型
string
.spec.httpRoute.corsPolicy.allowMethods
- 描述
- The list of cross-origin request methods allowed by the server.
- 类型
array
.spec.httpRoute.corsPolicy.allowMethods[]
- 类型
string
.spec.httpRoute.corsPolicy.allowOrigins
- 描述
- The server allows cross-origin requests for the list of domains.
- 类型
array
.spec.httpRoute.corsPolicy.allowOrigins[]
- 类型
object
.spec.httpRoute.corsPolicy.exposeHeaders
- 描述
- A list of headers that the server allows browsers with cross-origin requests to access.
- 类型
array
.spec.httpRoute.corsPolicy.exposeHeaders[]
- 类型
string
.spec.httpRoute.headers
- 描述
- Match headers.
- 类型
array
.spec.httpRoute.headers[]
- 类型
object
.spec.httpRoute.redirect
- 描述
- Redirect configuration, new attribute in release3.14.
- 类型
object
.spec.patches
- 描述
- List of patches to apply to root virtualservice.
- 类型
array
.spec.patches[]
- 类型
object
.spec.port
- 描述
- Port info.
- 类型
object- 必填
name
.spec.ports
- 描述
- Port details.
- 类型
object- 必填
group
.spec.ports.detail
- 描述
- Port details.
- 类型
array
.spec.ports.detail[]
- 类型
object- 必填
portprotocoltargetPort
.spec.serviceRoutes
- 描述
- The associated service route.
- 类型
array
.spec.serviceRoutes[]
- 类型
object- 必填
matchTypemsNamemsNamespacemsPortpublishuri
.spec.serviceRoutes[].corsPolicy
- 描述
- CORS configuration.
- 类型
object- 必填
configTypeenabled
.spec.serviceRoutes[].corsPolicy.allowHeaders
- 描述
- The list of request headers that the server allows for cross-origin requests.
- 类型
array
.spec.serviceRoutes[].corsPolicy.allowHeaders[]
- 类型
string
.spec.serviceRoutes[].corsPolicy.allowMethods
- 描述
- The list of cross-origin request methods allowed by the server.
- 类型
array
.spec.serviceRoutes[].corsPolicy.allowMethods[]
- 类型
string
.spec.serviceRoutes[].corsPolicy.allowOrigins
- 描述
- The server allows cross-origin requests for the list of domains.
- 类型
array
.spec.serviceRoutes[].corsPolicy.allowOrigins[]
- 类型
object
.spec.serviceRoutes[].corsPolicy.exposeHeaders
- 描述
- A list of headers that the server allows browsers with cross-origin requests to access.
- 类型
array
.spec.serviceRoutes[].corsPolicy.exposeHeaders[]
- 类型
string
.spec.serviceRoutes[].headers
- 描述
- Header.
- 类型
array
.spec.serviceRoutes[].headers[]
- 类型
object
.spec.tcpRoute
- 描述
- TCP route config
- 类型
object- 必填
namenamespaceport
.spec.tcpRoutes
- 描述
- The associated TCP service route.
- 类型
array
.spec.tcpRoutes[]
- 类型
object- 必填
gwPortmsNamemsNamespacemsPort
.status
- 描述
- IngressGatewayStatus defines the observed state of IngressGateway
- 类型
object
.status.upgrade
- 描述
- The status of upgration
- 类型
object
API 端点
可用的 API 端点如下:
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/ingressgatewaysDELETE: delete collection of IngressGatewayGET: list objects of kind IngressGatewayPOST: create a new IngressGateway
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/ingressgateways/{name}DELETE: delete the specified IngressGatewayGET: read the specified IngressGatewayPATCH: partially update the specified IngressGatewayPUT: replace the specified IngressGateway
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/ingressgateways/{name}/statusGET: read status of the specified IngressGatewayPATCH: partially update status of the specified IngressGatewayPUT: replace status of the specified IngressGateway
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/ingressgateways
- HTTP 方法
DELETE- 描述
- delete collection of IngressGateway
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind IngressGateway
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new IngressGateway
- 查询参数
- 请求体参数
- HTTP 响应
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/ingressgateways/{name}
- HTTP 方法
DELETE- 描述
- delete the specified IngressGateway
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified IngressGateway
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified IngressGateway
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified IngressGateway
- 查询参数
- 请求体参数
- HTTP 响应
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/ingressgateways/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified IngressGateway
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified IngressGateway
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified IngressGateway
- 查询参数
- 请求体参数
- HTTP 响应