Skip to content

Commit

Permalink
Make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
hebelsan committed Dec 17, 2024
1 parent fdfcbe7 commit f9c2f73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions example/20-crd-druid.gardener.cloud_etcds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,12 @@ spec:
serverPort:
format: int32
type: integer
snapshotCount:
description: |-
SnapshotCount defines the number of applied Raft entries to hold in-memory before compaction.
More info: https://etcd.io/docs/v3.4/op-guide/maintenance/#raft-log-retention
format: int64
type: integer
type: object
labels:
additionalProperties:
Expand Down
4 changes: 2 additions & 2 deletions example/20-crd-extensions.gardener.cloud_workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
be encrypted.
type: boolean
name:
description: Name of the volume to make it referencable.
description: Name of the volume to make it referenceable.
type: string
size:
description: Size is the of the root volume.
Expand Down Expand Up @@ -322,7 +322,7 @@ spec:
encrypted.
type: boolean
name:
description: Name of the volume to make it referencable.
description: Name of the volume to make it referenceable.
type: string
size:
description: Size is the of the root volume.
Expand Down

0 comments on commit f9c2f73

Please sign in to comment.