Skip to content

Commit

Permalink
Codegen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Oct 11, 2023
1 parent 2d9c31e commit c456419
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apis/reaper/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions config/crd/bases/k8ssandra.io_k8ssandraclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27200,6 +27200,20 @@ spec:
description: HeapSize sets the JVM heap size to use for Reaper.
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
httpManagement:
default:
enabled: "false"
properties:
enabled:
default: false
description: Enable/disable the HTTP management connection
between Reaper and Cassandra. When enabled, HTTP will be
used instead of JMX for management connectivity between
Cassandra and Reaper. In future, this will be true by default
type: boolean
required:
- enabled
type: object
initContainerImage:
default:
name: cassandra-reaper
Expand Down Expand Up @@ -28450,6 +28464,8 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
required:
- httpManagement
type: object
secretsProvider:
default: internal
Expand Down
15 changes: 15 additions & 0 deletions config/crd/bases/reaper.k8ssandra.io_reapers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,20 @@ spec:
description: HeapSize sets the JVM heap size to use for Reaper.
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
httpManagement:
default:
enabled: "false"
properties:
enabled:
default: false
description: Enable/disable the HTTP management connection between
Reaper and Cassandra. When enabled, HTTP will be used instead
of JMX for management connectivity between Cassandra and Reaper.
In future, this will be true by default
type: boolean
required:
- enabled
type: object
initContainerImage:
default:
name: cassandra-reaper
Expand Down Expand Up @@ -2344,6 +2358,7 @@ spec:
x-kubernetes-map-type: atomic
required:
- datacenterRef
- httpManagement
type: object
status:
description: ReaperStatus defines the observed state of Reaper
Expand Down

0 comments on commit c456419

Please sign in to comment.