Update to version v3.23.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4bd2267e77
commit
a1b71d54ec
13 changed files with 247 additions and 38 deletions
|
|
@ -99,6 +99,11 @@ spec:
|
|||
type: string
|
||||
type: object
|
||||
type: object
|
||||
debugProfilePort:
|
||||
description: DebugProfilePort configures the port to serve memory
|
||||
and cpu profiles on. If not specified, profiling is disabled.
|
||||
format: int32
|
||||
type: integer
|
||||
etcdV3CompactionPeriod:
|
||||
description: 'EtcdV3CompactionPeriod is the period between etcdv3
|
||||
compaction requests. Set to 0 to disable. [Default: 10m]'
|
||||
|
|
@ -209,6 +214,11 @@ spec:
|
|||
type: string
|
||||
type: object
|
||||
type: object
|
||||
debugProfilePort:
|
||||
description: DebugProfilePort configures the port to serve memory
|
||||
and cpu profiles on. If not specified, profiling is disabled.
|
||||
format: int32
|
||||
type: integer
|
||||
etcdV3CompactionPeriod:
|
||||
description: 'EtcdV3CompactionPeriod is the period between etcdv3
|
||||
compaction requests. Set to 0 to disable. [Default: 10m]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue