Skip to content
Merged
Show file tree
Hide file tree
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
19 changes: 15 additions & 4 deletions imageregistry/v1/00-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,11 @@ spec:
\"Trace\", \"TraceAll\". Defaults to \"Normal\"."
type: string
default: Normal
enum:
- Normal
- Debug
- Trace
- TraceAll
logging:
description: logging is deprecated, use logLevel instead.
type: integer
Expand All @@ -674,11 +679,17 @@ spec:
nullable: true
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
type: string
enum:
- Normal
- Debug
- Trace
- TraceAll
proxy:
description: proxy defines the proxy to be used when calling master
api, upstream registries, etc.
Expand Down
5 changes: 5 additions & 0 deletions imageregistry/v1/01-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,11 @@ spec:
Defaults to \"Normal\"."
type: string
default: Normal
enum:
- Normal
- Debug
- Trace
- TraceAll
nodeSelector:
description: nodeSelector defines the node selection constraints for
the image pruner pod.
Expand Down
19 changes: 15 additions & 4 deletions operator/v1/0000_10_config-operator_01_config.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ spec:
\"Trace\", \"TraceAll\". Defaults to \"Normal\"."
type: string
default: Normal
enum:
- Normal
- Debug
- Trace
- TraceAll
managementState:
description: managementState indicates whether and how the operator
should manage the component
Expand All @@ -64,11 +69,17 @@ spec:
nullable: true
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
type: string
enum:
- Normal
- Debug
- Trace
- TraceAll
unsupportedConfigOverrides:
description: 'unsupportedConfigOverrides holds a sparse config that
will override any previously set options. It only needs to be the
Expand Down
19 changes: 15 additions & 4 deletions operator/v1/0000_20_etcd-operator_01.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ spec:
\"Trace\", \"TraceAll\". Defaults to \"Normal\"."
type: string
default: Normal
enum:
- Normal
- Debug
- Trace
- TraceAll
managementState:
description: managementState indicates whether and how the operator
should manage the component
Expand All @@ -76,11 +81,17 @@ spec:
nullable: true
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
type: string
enum:
- Normal
- Debug
- Trace
- TraceAll
succeededRevisionLimit:
description: succeededRevisionLimit is the number of successful static
pod installer revisions to keep on disk and in the api -1 = unlimited,
Expand Down
19 changes: 15 additions & 4 deletions operator/v1/0000_20_kube-apiserver-operator_01_config.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ spec:
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\"."
enum:
- Normal
- Debug
- Trace
- TraceAll
type: string
managementState:
description: managementState indicates whether and how the operator
Expand All @@ -68,10 +73,16 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
enum:
- Normal
- Debug
- Trace
- TraceAll
type: string
succeededRevisionLimit:
description: succeededRevisionLimit is the number of successful static
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ spec:
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\"."
enum:
- Normal
- Debug
- Trace
- TraceAll
type: string
managementState:
description: managementState indicates whether and how the operator
Expand All @@ -70,10 +75,16 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
enum:
- Normal
- Debug
- Trace
- TraceAll
type: string
succeededRevisionLimit:
description: succeededRevisionLimit is the number of successful static
Expand Down
19 changes: 15 additions & 4 deletions operator/v1/0000_25_kube-scheduler-operator_01_config.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ spec:
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\"."
enum:
- Normal
- Debug
- Trace
- TraceAll
type: string
managementState:
description: managementState indicates whether and how the operator
Expand All @@ -70,10 +75,16 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
enum:
- Normal
- Debug
- Trace
- TraceAll
type: string
succeededRevisionLimit:
description: succeededRevisionLimit is the number of successful static
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ spec:
\"Trace\", \"TraceAll\". Defaults to \"Normal\"."
type: string
default: Normal
enum:
- Normal
- Debug
- Trace
- TraceAll
managementState:
description: managementState indicates whether and how the operator
should manage the component
Expand All @@ -65,11 +70,17 @@ spec:
nullable: true
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
type: string
enum:
- Normal
- Debug
- Trace
- TraceAll
unsupportedConfigOverrides:
description: 'unsupportedConfigOverrides holds a sparse config that
will override any previously set options. It only needs to be the
Expand Down
19 changes: 15 additions & 4 deletions operator/v1/0000_40_cloud-credential-operator_00_config.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ spec:
\"Trace\", \"TraceAll\". Defaults to \"Normal\"."
type: string
default: Normal
enum:
- Normal
- Debug
- Trace
- TraceAll
managementState:
description: managementState indicates whether and how the operator
should manage the component
Expand All @@ -75,11 +80,17 @@ spec:
nullable: true
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
type: string
enum:
- Normal
- Debug
- Trace
- TraceAll
unsupportedConfigOverrides:
description: 'unsupportedConfigOverrides holds a sparse config that
will override any previously set options. It only needs to be the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ spec:
\"Trace\", \"TraceAll\". Defaults to \"Normal\"."
type: string
default: Normal
enum:
- Normal
- Debug
- Trace
- TraceAll
managementState:
description: managementState indicates whether and how the operator
should manage the component
Expand All @@ -62,11 +67,17 @@ spec:
nullable: true
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
type: string
enum:
- Normal
- Debug
- Trace
- TraceAll
unsupportedConfigOverrides:
description: 'unsupportedConfigOverrides holds a sparse config that
will override any previously set options. It only needs to be the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ spec:
\"Trace\", \"TraceAll\". Defaults to \"Normal\"."
type: string
default: Normal
enum:
- Normal
- Debug
- Trace
- TraceAll
managementState:
description: managementState indicates whether and how the operator
should manage the component
Expand All @@ -61,11 +66,17 @@ spec:
nullable: true
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
type: string
enum:
- Normal
- Debug
- Trace
- TraceAll
unsupportedConfigOverrides:
description: 'unsupportedConfigOverrides holds a sparse config that
will override any previously set options. It only needs to be the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ spec:
\"Trace\", \"TraceAll\". Defaults to \"Normal\"."
type: string
default: Normal
enum:
- Normal
- Debug
- Trace
- TraceAll
managementState:
description: managementState indicates whether and how the operator
should manage the component
Expand All @@ -63,11 +68,17 @@ spec:
nullable: true
x-kubernetes-preserve-unknown-fields: true
operatorLogLevel:
description: operatorLogLevel is an intent based logging for the operator
itself. 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 themselves.
description: "operatorLogLevel is an intent based logging for the
operator itself. 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 themselves. \n Valid values are: \"Normal\",
\"Debug\", \"Trace\", \"TraceAll\"."
type: string
enum:
- Normal
- Debug
- Trace
- TraceAll
unsupportedConfigOverrides:
description: 'unsupportedConfigOverrides holds a sparse config that
will override any previously set options. It only needs to be the
Expand Down
Loading