You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/crd/hbasecluster.crd.yaml
+46-4Lines changed: 46 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,51 @@ spec:
155
155
type: object
156
156
type: object
157
157
hdfsConfigMapName:
158
+
description: HDFS cluster connection details from discovery config map
158
159
type: string
160
+
image:
161
+
anyOf:
162
+
- required:
163
+
- custom
164
+
- productVersion
165
+
- required:
166
+
- productVersion
167
+
- stackableVersion
168
+
description: Desired HBase image
169
+
properties:
170
+
custom:
171
+
description: Overwrite the docker image. Specify the full docker image name, e.g. `docker.stackable.tech/stackable/superset:1.4.1-stackable2.1.0`
172
+
type: string
173
+
productVersion:
174
+
description: Version of the product, e.g. `1.4.1`.
175
+
type: string
176
+
pullPolicy:
177
+
default: IfNotPresent
178
+
description: '[Pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) used when pulling the Images'
179
+
enum:
180
+
- IfNotPresent
181
+
- Always
182
+
- Never
183
+
type: string
184
+
pullSecrets:
185
+
description: '[Image pull secrets](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod) to pull images from a private registry'
186
+
items:
187
+
description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
188
+
properties:
189
+
name:
190
+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
191
+
type: string
192
+
type: object
193
+
nullable: true
194
+
type: array
195
+
repo:
196
+
description: Name of the docker repo, e.g. `docker.stackable.tech/stackable`
197
+
nullable: true
198
+
type: string
199
+
stackableVersion:
200
+
description: Stackable version of the product, e.g. 2.1.0
201
+
type: string
202
+
type: object
159
203
masters:
160
204
nullable: true
161
205
properties:
@@ -1195,14 +1239,12 @@ spec:
1195
1239
description: Emergency stop button, if `true` then all pods are stopped without affecting configuration (as setting `replicas` to `0` would)
1196
1240
nullable: true
1197
1241
type: boolean
1198
-
version:
1199
-
description: Desired HBase version
1200
-
nullable: true
1201
-
type: string
1202
1242
zookeeperConfigMapName:
1243
+
description: ZooKeeper cluster connection details from discovery config map
Copy file name to clipboardExpand all lines: deploy/helm/hbase-operator/crds/crds.yaml
+46-4Lines changed: 46 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,51 @@ spec:
157
157
type: object
158
158
type: object
159
159
hdfsConfigMapName:
160
+
description: HDFS cluster connection details from discovery config map
160
161
type: string
162
+
image:
163
+
anyOf:
164
+
- required:
165
+
- custom
166
+
- productVersion
167
+
- required:
168
+
- productVersion
169
+
- stackableVersion
170
+
description: Desired HBase image
171
+
properties:
172
+
custom:
173
+
description: Overwrite the docker image. Specify the full docker image name, e.g. `docker.stackable.tech/stackable/superset:1.4.1-stackable2.1.0`
174
+
type: string
175
+
productVersion:
176
+
description: Version of the product, e.g. `1.4.1`.
177
+
type: string
178
+
pullPolicy:
179
+
default: IfNotPresent
180
+
description: '[Pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) used when pulling the Images'
181
+
enum:
182
+
- IfNotPresent
183
+
- Always
184
+
- Never
185
+
type: string
186
+
pullSecrets:
187
+
description: '[Image pull secrets](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod) to pull images from a private registry'
188
+
items:
189
+
description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
190
+
properties:
191
+
name:
192
+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
193
+
type: string
194
+
type: object
195
+
nullable: true
196
+
type: array
197
+
repo:
198
+
description: Name of the docker repo, e.g. `docker.stackable.tech/stackable`
199
+
nullable: true
200
+
type: string
201
+
stackableVersion:
202
+
description: Stackable version of the product, e.g. 2.1.0
203
+
type: string
204
+
type: object
161
205
masters:
162
206
nullable: true
163
207
properties:
@@ -1197,14 +1241,12 @@ spec:
1197
1241
description: Emergency stop button, if `true` then all pods are stopped without affecting configuration (as setting `replicas` to `0` would)
1198
1242
nullable: true
1199
1243
type: boolean
1200
-
version:
1201
-
description: Desired HBase version
1202
-
nullable: true
1203
-
type: string
1204
1244
zookeeperConfigMapName:
1245
+
description: ZooKeeper cluster connection details from discovery config map
Copy file name to clipboardExpand all lines: deploy/manifests/crds.yaml
+46-4Lines changed: 46 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,51 @@ spec:
158
158
type: object
159
159
type: object
160
160
hdfsConfigMapName:
161
+
description: HDFS cluster connection details from discovery config map
161
162
type: string
163
+
image:
164
+
anyOf:
165
+
- required:
166
+
- custom
167
+
- productVersion
168
+
- required:
169
+
- productVersion
170
+
- stackableVersion
171
+
description: Desired HBase image
172
+
properties:
173
+
custom:
174
+
description: Overwrite the docker image. Specify the full docker image name, e.g. `docker.stackable.tech/stackable/superset:1.4.1-stackable2.1.0`
175
+
type: string
176
+
productVersion:
177
+
description: Version of the product, e.g. `1.4.1`.
178
+
type: string
179
+
pullPolicy:
180
+
default: IfNotPresent
181
+
description: '[Pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) used when pulling the Images'
182
+
enum:
183
+
- IfNotPresent
184
+
- Always
185
+
- Never
186
+
type: string
187
+
pullSecrets:
188
+
description: '[Image pull secrets](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod) to pull images from a private registry'
189
+
items:
190
+
description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
191
+
properties:
192
+
name:
193
+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
194
+
type: string
195
+
type: object
196
+
nullable: true
197
+
type: array
198
+
repo:
199
+
description: Name of the docker repo, e.g. `docker.stackable.tech/stackable`
200
+
nullable: true
201
+
type: string
202
+
stackableVersion:
203
+
description: Stackable version of the product, e.g. 2.1.0
204
+
type: string
205
+
type: object
162
206
masters:
163
207
nullable: true
164
208
properties:
@@ -1198,14 +1242,12 @@ spec:
1198
1242
description: Emergency stop button, if `true` then all pods are stopped without affecting configuration (as setting `replicas` to `0` would)
1199
1243
nullable: true
1200
1244
type: boolean
1201
-
version:
1202
-
description: Desired HBase version
1203
-
nullable: true
1204
-
type: string
1205
1245
zookeeperConfigMapName:
1246
+
description: ZooKeeper cluster connection details from discovery config map
0 commit comments