Operator [operators.operators.coreos.com/v1]
- Description
- Operator represents a cluster operator.
- Type
object
Specification
.spec
- Description
- OperatorSpec defines the desired state of Operator
- Type
object
.status
- Description
- OperatorStatus defines the observed state of an Operator and its components
- Type
object
.status.components
- Description
- Components describes resources that compose the operator.
- Type
object- Required
labelSelector
.status.components.labelSelector
- Description
- LabelSelector is a label query over a set of resources used to select the operator's components
- Type
object
.status.components.labelSelector.matchExpressions
- Description
- matchExpressions is a list of label selector requirements. The requirements are ANDed.
- Type
array
.status.components.labelSelector.matchExpressions[]
- Description
- A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
- Type
object- Required
keyoperator
.status.components.labelSelector.matchExpressions[].values
- Description
- values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
- Type
array
.status.components.labelSelector.matchExpressions[].values[]
- Type
string
.status.components.labelSelector.matchLabels
- Description
- matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
- Type
object
.status.components.refs
- Description
- Refs are a set of references to the operator's component resources, selected with LabelSelector.
- Type
array
.status.components.refs[]
- Description
- RichReference is a reference to a resource, enriched with its status conditions.
- Type
object
.status.components.refs[].conditions
- Description
- Conditions represents the latest state of the component.
- Type
array
.status.components.refs[].conditions[]
- Description
- Condition represent the latest available observations of an component's state.
- Type
object- Required
statustype
API Endpoints
The following API endpoints are available:
/kubernetes/{cluster}/apis/operators.coreos.com/v1/operatorsDELETE: delete collection of OperatorGET: list objects of kind OperatorPOST: create a new Operator
/kubernetes/{cluster}/apis/operators.coreos.com/v1/operators/{name}DELETE: delete the specified OperatorGET: read the specified OperatorPATCH: partially update the specified OperatorPUT: replace the specified Operator
/kubernetes/{cluster}/apis/operators.coreos.com/v1/operators/{name}/statusGET: read status of the specified OperatorPATCH: partially update status of the specified OperatorPUT: replace status of the specified Operator
/kubernetes/{cluster}/apis/operators.coreos.com/v1/operators
- HTTP method
DELETE- Description
- delete collection of Operator
- HTTP responses
- HTTP method
GET- Description
- list objects of kind Operator
- HTTP responses
- HTTP method
POST- Description
- create a new Operator
- Query parameters
- Body parameters
- HTTP responses
/kubernetes/{cluster}/apis/operators.coreos.com/v1/operators/{name}
- HTTP method
DELETE- Description
- delete the specified Operator
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified Operator
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified Operator
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified Operator
- Query parameters
- Body parameters
- HTTP responses
/kubernetes/{cluster}/apis/operators.coreos.com/v1/operators/{name}/status
- HTTP method
GET- Description
- read status of the specified Operator
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified Operator
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified Operator
- Query parameters
- Body parameters
- HTTP responses