From 2df61820674bded7d7e05f0af526106c7bc52b56 Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka Date: Mon, 21 Sep 2020 18:27:59 +0200 Subject: [PATCH 1/2] bring back service-ca crd names --- operator/v1/0000_50_service-ca-operator_02_crd.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/operator/v1/0000_50_service-ca-operator_02_crd.yaml b/operator/v1/0000_50_service-ca-operator_02_crd.yaml index 3f9f7b10a59..4c8a65f6326 100644 --- a/operator/v1/0000_50_service-ca-operator_02_crd.yaml +++ b/operator/v1/0000_50_service-ca-operator_02_crd.yaml @@ -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 From e978ad677d8777c4fb75d8e5efaf03f939728433 Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka Date: Tue, 22 Sep 2020 14:30:47 +0200 Subject: [PATCH 2/2] make update --- operator/v1/0000_50_service-ca-operator_02_crd.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/operator/v1/0000_50_service-ca-operator_02_crd.yaml b/operator/v1/0000_50_service-ca-operator_02_crd.yaml index 4c8a65f6326..131c8d7a8db 100644 --- a/operator/v1/0000_50_service-ca-operator_02_crd.yaml +++ b/operator/v1/0000_50_service-ca-operator_02_crd.yaml @@ -43,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