forked from openshift/machine-api-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0000_00_cluster-version-operator_01_clusteroperator.crd.yaml
More file actions
42 lines (42 loc) · 1.21 KB
/
0000_00_cluster-version-operator_01_clusteroperator.crd.yaml
File metadata and controls
42 lines (42 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
kind: CustomResourceDefinition
apiVersion: apiextensions.k8s.io/v1beta1
metadata:
name: clusteroperators.config.openshift.io
spec:
additionalPrinterColumns:
- JSONPath: .status.version
description: The version the operator is at.
name: Version
type: string
- JSONPath: .status.conditions[?(@.type=="Available")].status
description: Whether the operator is running and stable.
name: Available
type: string
- JSONPath: .status.conditions[?(@.type=="Progressing")].status
description: Whether the operator is processing changes.
name: Progressing
type: string
- JSONPath: .status.conditions[?(@.type=="Failing")].status
description: Whether the operator is failing changes.
name: Failing
type: string
- JSONPath: .status.conditions[?(@.type=="Available")].lastTransitionTime
description: The time the operator's Available status last changed.
name: Since
type: date
group: config.openshift.io
names:
kind: ClusterOperator
listKind: ClusterOperatorList
plural: clusteroperators
singular: clusteroperator
shortNames:
- co
scope: Cluster
subresources:
status: {}
version: v1
versions:
- name: v1
served: true
storage: true