- 描述
- SidecarBypass is the Schema for the sidecarbypasses API
- 类型
object
规格
.spec
- 描述
- SidecarBypassSpec defines the desired state of SidecarBypass
- 类型
object
.status
- 描述
- SidecarBypassStatus defines the observed state of SidecarBypass
- 类型
object
.status.conditions
- 描述
- Current state of SidecarBypass
- 类型
array
.status.conditions[]
- 描述
- Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
- 类型
object- 必填
lastTransitionTimemessagereasonstatustype
.status.state
- 描述
- Details about the SidecarBypass's current condition.
- 类型
object
.status.state.bypassing
- 描述
- Details about a bypassing bypass state.
- 类型
object
.status.state.ready
- 描述
- Details about a ready bypass state.
- 类型
object
.status.state.restored
- 描述
- Details about a restored bypass state.
- 类型
object
.status.state.restoring
- 描述
- Details about a restoring bypass state.
- 类型
object
API 端点
可用的 API 端点如下:
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/sidecarbypassesDELETE: delete collection of SidecarBypassGET: list objects of kind SidecarBypassPOST: create a new SidecarBypass
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/sidecarbypasses/{name}DELETE: delete the specified SidecarBypassGET: read the specified SidecarBypassPATCH: partially update the specified SidecarBypassPUT: replace the specified SidecarBypass
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/sidecarbypasses/{name}/statusGET: read status of the specified SidecarBypassPATCH: partially update status of the specified SidecarBypassPUT: replace status of the specified SidecarBypass
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/sidecarbypasses
- HTTP 方法
DELETE- 描述
- delete collection of SidecarBypass
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind SidecarBypass
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new SidecarBypass
- 查询参数
- 请求体参数
- HTTP 响应
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/sidecarbypasses/{name}
- HTTP 方法
DELETE- 描述
- delete the specified SidecarBypass
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified SidecarBypass
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified SidecarBypass
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified SidecarBypass
- 查询参数
- 请求体参数
- HTTP 响应
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/sidecarbypasses/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified SidecarBypass
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified SidecarBypass
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified SidecarBypass
- 查询参数
- 请求体参数
- HTTP 响应