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/hdfscluster.crd.yaml
+43-3Lines changed: 43 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -513,6 +513,48 @@ spec:
513
513
minimum: 0.0
514
514
nullable: true
515
515
type: integer
516
+
image:
517
+
anyOf:
518
+
- required:
519
+
- custom
520
+
- productVersion
521
+
- required:
522
+
- productVersion
523
+
- stackableVersion
524
+
properties:
525
+
custom:
526
+
description: Overwrite the docker image. Specify the full docker image name, e.g. `docker.stackable.tech/stackable/superset:1.4.1-stackable2.1.0`
527
+
type: string
528
+
productVersion:
529
+
description: Version of the product, e.g. `1.4.1`.
530
+
type: string
531
+
pullPolicy:
532
+
default: IfNotPresent
533
+
description: '[Pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) used when pulling the Images'
534
+
enum:
535
+
- IfNotPresent
536
+
- Always
537
+
- Never
538
+
type: string
539
+
pullSecrets:
540
+
description: '[Image pull secrets](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod) to pull images from a private registry'
541
+
items:
542
+
description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
543
+
properties:
544
+
name:
545
+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
546
+
type: string
547
+
type: object
548
+
nullable: true
549
+
type: array
550
+
repo:
551
+
description: Name of the docker repo, e.g. `docker.stackable.tech/stackable`
552
+
nullable: true
553
+
type: string
554
+
stackableVersion:
555
+
description: Stackable version of the product, e.g. 2.1.0
Copy file name to clipboardExpand all lines: deploy/helm/hdfs-operator/crds/crds.yaml
+43-3Lines changed: 43 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -515,6 +515,48 @@ spec:
515
515
minimum: 0.0
516
516
nullable: true
517
517
type: integer
518
+
image:
519
+
anyOf:
520
+
- required:
521
+
- custom
522
+
- productVersion
523
+
- required:
524
+
- productVersion
525
+
- stackableVersion
526
+
properties:
527
+
custom:
528
+
description: Overwrite the docker image. Specify the full docker image name, e.g. `docker.stackable.tech/stackable/superset:1.4.1-stackable2.1.0`
529
+
type: string
530
+
productVersion:
531
+
description: Version of the product, e.g. `1.4.1`.
532
+
type: string
533
+
pullPolicy:
534
+
default: IfNotPresent
535
+
description: '[Pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) used when pulling the Images'
536
+
enum:
537
+
- IfNotPresent
538
+
- Always
539
+
- Never
540
+
type: string
541
+
pullSecrets:
542
+
description: '[Image pull secrets](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod) to pull images from a private registry'
543
+
items:
544
+
description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
545
+
properties:
546
+
name:
547
+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
548
+
type: string
549
+
type: object
550
+
nullable: true
551
+
type: array
552
+
repo:
553
+
description: Name of the docker repo, e.g. `docker.stackable.tech/stackable`
554
+
nullable: true
555
+
type: string
556
+
stackableVersion:
557
+
description: Stackable version of the product, e.g. 2.1.0
Copy file name to clipboardExpand all lines: deploy/manifests/crds.yaml
+43-3Lines changed: 43 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -516,6 +516,48 @@ spec:
516
516
minimum: 0.0
517
517
nullable: true
518
518
type: integer
519
+
image:
520
+
anyOf:
521
+
- required:
522
+
- custom
523
+
- productVersion
524
+
- required:
525
+
- productVersion
526
+
- stackableVersion
527
+
properties:
528
+
custom:
529
+
description: Overwrite the docker image. Specify the full docker image name, e.g. `docker.stackable.tech/stackable/superset:1.4.1-stackable2.1.0`
530
+
type: string
531
+
productVersion:
532
+
description: Version of the product, e.g. `1.4.1`.
533
+
type: string
534
+
pullPolicy:
535
+
default: IfNotPresent
536
+
description: '[Pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) used when pulling the Images'
537
+
enum:
538
+
- IfNotPresent
539
+
- Always
540
+
- Never
541
+
type: string
542
+
pullSecrets:
543
+
description: '[Image pull secrets](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod) to pull images from a private registry'
544
+
items:
545
+
description: LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
546
+
properties:
547
+
name:
548
+
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
549
+
type: string
550
+
type: object
551
+
nullable: true
552
+
type: array
553
+
repo:
554
+
description: Name of the docker repo, e.g. `docker.stackable.tech/stackable`
555
+
nullable: true
556
+
type: string
557
+
stackableVersion:
558
+
description: Stackable version of the product, e.g. 2.1.0
0 commit comments