- Description
- SidecarBypass is the Schema for the sidecarbypasses API
- Type
object
Specification
.spec
- Description
- SidecarBypassSpec defines the desired state of SidecarBypass
- Type
object
.status
- Description
- SidecarBypassStatus defines the observed state of SidecarBypass
- Type
object
.status.conditions
- Description
- Current state of SidecarBypass
- Type
array
.status.conditions[]
- Description
- 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 }
- Type
object- Required
lastTransitionTimemessagereasonstatustype
.status.state
- Description
- Details about the SidecarBypass's current condition.
- Type
object
.status.state.bypassing
- Description
- Details about a bypassing bypass state.
- Type
object
.status.state.ready
- Description
- Details about a ready bypass state.
- Type
object
.status.state.restored
- Description
- Details about a restored bypass state.
- Type
object
.status.state.restoring
- Description
- Details about a restoring bypass state.
- Type
object
API Endpoints
The following API endpoints are available:
/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 method
DELETE- Description
- delete collection of SidecarBypass
- HTTP responses
- HTTP method
GET- Description
- list objects of kind SidecarBypass
- HTTP responses
- HTTP method
POST- Description
- create a new SidecarBypass
- Query parameters
- Body parameters
- HTTP responses
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/sidecarbypasses/{name}
- HTTP method
DELETE- Description
- delete the specified SidecarBypass
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified SidecarBypass
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified SidecarBypass
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified SidecarBypass
- Query parameters
- Body parameters
- HTTP responses
/apis/asm.alauda.io/v1alpha1/namespaces/{namespace}/sidecarbypasses/{name}/status
- HTTP method
GET- Description
- read status of the specified SidecarBypass
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified SidecarBypass
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified SidecarBypass
- Query parameters
- Body parameters
- HTTP responses