OLMConfig [operators.coreos.com/v1]
- 描述
- OLMConfig is a resource responsible for configuring OLM.
- 类型
object- 必填
metadata
规格
.spec
- 描述
- OLMConfigSpec is the spec for an OLMConfig resource.
- 类型
object
.spec.features
- 描述
- Features contains the list of configurable OLM features.
- 类型
object
.status
- 描述
- OLMConfigStatus is the status for an OLMConfig resource.
- 类型
object
.status.conditions
- 类型
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
API 端点
可用的 API 端点如下:
/apis/operators.coreos.com/v1/olmconfigsDELETE: delete collection of OLMConfigGET: list objects of kind OLMConfigPOST: create a new OLMConfig
/apis/operators.coreos.com/v1/olmconfigs/{name}DELETE: delete the specified OLMConfigGET: read the specified OLMConfigPATCH: partially update the specified OLMConfigPUT: replace the specified OLMConfig
/apis/operators.coreos.com/v1/olmconfigs/{name}/statusGET: read status of the specified OLMConfigPATCH: partially update status of the specified OLMConfigPUT: replace status of the specified OLMConfig
/apis/operators.coreos.com/v1/olmconfigs
- HTTP 方法
DELETE- 描述
- delete collection of OLMConfig
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind OLMConfig
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new OLMConfig
- 查询参数
- 请求体参数
- HTTP 响应
/apis/operators.coreos.com/v1/olmconfigs/{name}
- HTTP 方法
DELETE- 描述
- delete the specified OLMConfig
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified OLMConfig
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified OLMConfig
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified OLMConfig
- 查询参数
- 请求体参数
- HTTP 响应
/apis/operators.coreos.com/v1/olmconfigs/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified OLMConfig
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified OLMConfig
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified OLMConfig
- 查询参数
- 请求体参数
- HTTP 响应