Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions operator/v1/0000_50_service-ca-operator_02_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ metadata:
spec:
scope: Cluster
group: operator.openshift.io
names:
kind: ServiceCA
listKind: ServiceCAList
plural: servicecas
singular: serviceca
versions:
- name: v1
served: true
Expand Down Expand Up @@ -38,11 +43,13 @@ spec:
type: object
properties:
logLevel:
description: logLevel is an intent based logging for an overall component. It
does not give fine grained control, but it is a simple way to manage
coarse grained logging choices that operators have to interpret
for their operands.
description: "logLevel is an intent based logging for an overall component.
\ It does not give fine grained control, but it is a simple way
to manage coarse grained logging choices that operators have to
interpret for their operands. \n Valid values are: \"Normal\", \"Debug\",
\"Trace\", \"TraceAll\". Defaults to \"Normal\"."
type: string
default: Normal
managementState:
description: managementState indicates whether and how the operator
should manage the component
Expand Down