You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crds/operators.coreos.com_catalogsources.yaml
+13-10
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,26 @@ spec:
59
59
address:
60
60
description: 'Address is a host that OLM can use to connect to a pre-existing registry. Format: <registry-host or ip>:<port> Only used when SourceType = SourceTypeGrpc. Ignored when the Image field is set.'
61
61
type: string
62
-
config:
63
-
description: Config adds additional optional settings, e.g. catalog source pod node selectors and tolerations
62
+
configMap:
63
+
description: ConfigMap is the name of the ConfigMap to be used to back a configmap-server registry. Only used when SourceType = SourceTypeConfigmap or SourceTypeInternal.
64
+
type: string
65
+
description:
66
+
type: string
67
+
displayName:
68
+
description: Metadata
69
+
type: string
70
+
grpcPodConfig:
71
+
description: GrpcPodConfig exposes different overrides for the pod spec of the CatalogSource Pod. Only used when SourceType = SourceTypeGrpc and Image is set.
64
72
type: object
65
73
properties:
66
74
nodeSelector:
67
75
description: 'NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node''s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/'
68
76
type: object
69
77
additionalProperties:
70
78
type: string
79
+
priorityClassName:
80
+
description: If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.
81
+
type: string
71
82
tolerations:
72
83
description: Tolerations are the catalog source's pod's tolerations.
73
84
type: array
@@ -91,14 +102,6 @@ spec:
91
102
value:
92
103
description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.
93
104
type: string
94
-
configMap:
95
-
description: ConfigMap is the name of the ConfigMap to be used to back a configmap-server registry. Only used when SourceType = SourceTypeConfigmap or SourceTypeInternal.
0 commit comments