OperatorGroup [operators.coreos.com/v1]
- Description
- OperatorGroup is the unit of multitenancy for OLM managed operators. It constrains the installation of operators in its namespace to a specified set of target namespaces.
- Type
object- Required
metadata
Specification
.spec
- Description
- OperatorGroupSpec is the spec for an OperatorGroup resource.
- Type
object
.spec.selector
- Description
- Selector selects the OperatorGroup's target namespaces.
- Type
object
.spec.selector.matchExpressions
- Description
- matchExpressions is a list of label selector requirements. The requirements are ANDed.
- Type
array
.spec.selector.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
.spec.selector.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
.spec.selector.matchExpressions[].values[]
- Type
string
.spec.selector.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
.spec.targetNamespaces
- Description
- TargetNamespaces is an explicit set of namespaces to target. If it is set, Selector is ignored.
- Type
array
.spec.targetNamespaces[]
- Type
string
.status
- Description
- OperatorGroupStatus is the status for an OperatorGroupResource.
- Type
object- Required
lastUpdated
.status.conditions
- Description
- Conditions is an array of the OperatorGroup's conditions.
- 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.namespaces
- Description
- Namespaces is the set of target namespaces for the OperatorGroup.
- Type
array
.status.namespaces[]
- Type
string
.status.serviceAccountRef
- Description
- ServiceAccountRef references the service account object specified.
- Type
object
API Endpoints
The following API endpoints are available:
/apis/operators.coreos.com/v1/namespaces/{namespace}/operatorgroupsDELETE: delete collection of OperatorGroupGET: list objects of kind OperatorGroupPOST: create a new OperatorGroup
/apis/operators.coreos.com/v1/namespaces/{namespace}/operatorgroups/{name}DELETE: delete the specified OperatorGroupGET: read the specified OperatorGroupPATCH: partially update the specified OperatorGroupPUT: replace the specified OperatorGroup
/apis/operators.coreos.com/v1/namespaces/{namespace}/operatorgroups/{name}/statusGET: read status of the specified OperatorGroupPATCH: partially update status of the specified OperatorGroupPUT: replace status of the specified OperatorGroup
/apis/operators.coreos.com/v1/namespaces/{namespace}/operatorgroups
- HTTP method
DELETE- Description
- delete collection of OperatorGroup
- HTTP responses
- HTTP method
GET- Description
- list objects of kind OperatorGroup
- HTTP responses
- HTTP method
POST- Description
- create a new OperatorGroup
- Query parameters
- Body parameters
- HTTP responses
/apis/operators.coreos.com/v1/namespaces/{namespace}/operatorgroups/{name}
- HTTP method
DELETE- Description
- delete the specified OperatorGroup
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified OperatorGroup
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified OperatorGroup
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified OperatorGroup
- Query parameters
- Body parameters
- HTTP responses
/apis/operators.coreos.com/v1/namespaces/{namespace}/operatorgroups/{name}/status
- HTTP method
GET- Description
- read status of the specified OperatorGroup
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified OperatorGroup
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified OperatorGroup
- Query parameters
- Body parameters
- HTTP responses