Skip to content

Commit b2f5609

Browse files
committed
env: manifests
1 parent 3b5f8e5 commit b2f5609

7 files changed

+1341
-265
lines changed

deploy/operator/clickhouse-operator-install-ansible.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@ spec:
365365
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
366366
# nullable: true
367367
x-kubernetes-preserve-unknown-fields: true
368-
reconciling:
368+
reconciling: &TypeReconcile
369369
type: object
370-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
370+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
371371
# nullable: true
372372
properties:
373373
policy:
@@ -546,6 +546,9 @@ spec:
546546
Whether the operator during host launch procedure should wait for ready probe to succeed.
547547
In case probe is unspecified wait is assumed to be completed successfully.
548548
Default option value is to wait.
549+
reconcile:
550+
<<: *TypeReconcile
551+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
549552
defaults:
550553
type: object
551554
description: |
@@ -1794,9 +1797,9 @@ spec:
17941797
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
17951798
# nullable: true
17961799
x-kubernetes-preserve-unknown-fields: true
1797-
reconciling:
1800+
reconciling: &TypeReconcile
17981801
type: object
1799-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
1802+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
18001803
# nullable: true
18011804
properties:
18021805
policy:
@@ -1975,6 +1978,9 @@ spec:
19751978
Whether the operator during host launch procedure should wait for ready probe to succeed.
19761979
In case probe is unspecified wait is assumed to be completed successfully.
19771980
Default option value is to wait.
1981+
reconcile:
1982+
<<: *TypeReconcile
1983+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
19781984
defaults:
19791985
type: object
19801986
description: |

deploy/operator/clickhouse-operator-install-bundle-v1beta1.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ spec:
353353
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
354354
# nullable: true
355355
x-kubernetes-preserve-unknown-fields: true
356-
reconciling:
356+
reconciling: &TypeReconcile
357357
type: object
358-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
358+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
359359
# nullable: true
360360
properties:
361361
policy:
@@ -534,6 +534,9 @@ spec:
534534
Whether the operator during host launch procedure should wait for ready probe to succeed.
535535
In case probe is unspecified wait is assumed to be completed successfully.
536536
Default option value is to wait.
537+
reconcile:
538+
!!merge <<: *TypeReconcile
539+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
537540
defaults:
538541
type: object
539542
description: |
@@ -1770,9 +1773,9 @@ spec:
17701773
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
17711774
# nullable: true
17721775
x-kubernetes-preserve-unknown-fields: true
1773-
reconciling:
1776+
reconciling: &TypeReconcile
17741777
type: object
1775-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
1778+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
17761779
# nullable: true
17771780
properties:
17781781
policy:
@@ -1951,6 +1954,9 @@ spec:
19511954
Whether the operator during host launch procedure should wait for ready probe to succeed.
19521955
In case probe is unspecified wait is assumed to be completed successfully.
19531956
Default option value is to wait.
1957+
reconcile:
1958+
!!merge <<: *TypeReconcile
1959+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
19541960
defaults:
19551961
type: object
19561962
description: |

deploy/operator/clickhouse-operator-install-bundle.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ spec:
358358
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
359359
# nullable: true
360360
x-kubernetes-preserve-unknown-fields: true
361-
reconciling:
361+
reconciling: &TypeReconcile
362362
type: object
363-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
363+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
364364
# nullable: true
365365
properties:
366366
policy:
@@ -539,6 +539,9 @@ spec:
539539
Whether the operator during host launch procedure should wait for ready probe to succeed.
540540
In case probe is unspecified wait is assumed to be completed successfully.
541541
Default option value is to wait.
542+
reconcile:
543+
<<: *TypeReconcile
544+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
542545
defaults:
543546
type: object
544547
description: |
@@ -1787,9 +1790,9 @@ spec:
17871790
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
17881791
# nullable: true
17891792
x-kubernetes-preserve-unknown-fields: true
1790-
reconciling:
1793+
reconciling: &TypeReconcile
17911794
type: object
1792-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
1795+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
17931796
# nullable: true
17941797
properties:
17951798
policy:
@@ -1968,6 +1971,9 @@ spec:
19681971
Whether the operator during host launch procedure should wait for ready probe to succeed.
19691972
In case probe is unspecified wait is assumed to be completed successfully.
19701973
Default option value is to wait.
1974+
reconcile:
1975+
<<: *TypeReconcile
1976+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
19711977
defaults:
19721978
type: object
19731979
description: |

deploy/operator/clickhouse-operator-install-template-v1beta1.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ spec:
353353
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
354354
# nullable: true
355355
x-kubernetes-preserve-unknown-fields: true
356-
reconciling:
356+
reconciling: &TypeReconcile
357357
type: object
358-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
358+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
359359
# nullable: true
360360
properties:
361361
policy:
@@ -534,6 +534,9 @@ spec:
534534
Whether the operator during host launch procedure should wait for ready probe to succeed.
535535
In case probe is unspecified wait is assumed to be completed successfully.
536536
Default option value is to wait.
537+
reconcile:
538+
!!merge <<: *TypeReconcile
539+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
537540
defaults:
538541
type: object
539542
description: |
@@ -1770,9 +1773,9 @@ spec:
17701773
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
17711774
# nullable: true
17721775
x-kubernetes-preserve-unknown-fields: true
1773-
reconciling:
1776+
reconciling: &TypeReconcile
17741777
type: object
1775-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
1778+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
17761779
# nullable: true
17771780
properties:
17781781
policy:
@@ -1951,6 +1954,9 @@ spec:
19511954
Whether the operator during host launch procedure should wait for ready probe to succeed.
19521955
In case probe is unspecified wait is assumed to be completed successfully.
19531956
Default option value is to wait.
1957+
reconcile:
1958+
!!merge <<: *TypeReconcile
1959+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
19541960
defaults:
19551961
type: object
19561962
description: |

deploy/operator/clickhouse-operator-install-template.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ spec:
358358
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
359359
# nullable: true
360360
x-kubernetes-preserve-unknown-fields: true
361-
reconciling:
361+
reconciling: &TypeReconcile
362362
type: object
363-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
363+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
364364
# nullable: true
365365
properties:
366366
policy:
@@ -539,6 +539,9 @@ spec:
539539
Whether the operator during host launch procedure should wait for ready probe to succeed.
540540
In case probe is unspecified wait is assumed to be completed successfully.
541541
Default option value is to wait.
542+
reconcile:
543+
<<: *TypeReconcile
544+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
542545
defaults:
543546
type: object
544547
description: |
@@ -1787,9 +1790,9 @@ spec:
17871790
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
17881791
# nullable: true
17891792
x-kubernetes-preserve-unknown-fields: true
1790-
reconciling:
1793+
reconciling: &TypeReconcile
17911794
type: object
1792-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
1795+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
17931796
# nullable: true
17941797
properties:
17951798
policy:
@@ -1968,6 +1971,9 @@ spec:
19681971
Whether the operator during host launch procedure should wait for ready probe to succeed.
19691972
In case probe is unspecified wait is assumed to be completed successfully.
19701973
Default option value is to wait.
1974+
reconcile:
1975+
<<: *TypeReconcile
1976+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
19711977
defaults:
19721978
type: object
19731979
description: |

deploy/operator/clickhouse-operator-install-tf.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@ spec:
365365
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
366366
# nullable: true
367367
x-kubernetes-preserve-unknown-fields: true
368-
reconciling:
368+
reconciling: &TypeReconcile
369369
type: object
370-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
370+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
371371
# nullable: true
372372
properties:
373373
policy:
@@ -546,6 +546,9 @@ spec:
546546
Whether the operator during host launch procedure should wait for ready probe to succeed.
547547
In case probe is unspecified wait is assumed to be completed successfully.
548548
Default option value is to wait.
549+
reconcile:
550+
<<: *TypeReconcile
551+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
549552
defaults:
550553
type: object
551554
description: |
@@ -1794,9 +1797,9 @@ spec:
17941797
description: "Optional, defines selector for ClickHouseInstallation(s) to be templated with ClickhouseInstallationTemplate"
17951798
# nullable: true
17961799
x-kubernetes-preserve-unknown-fields: true
1797-
reconciling:
1800+
reconciling: &TypeReconcile
17981801
type: object
1799-
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
1802+
description: "[OBSOLETED] Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
18001803
# nullable: true
18011804
properties:
18021805
policy:
@@ -1975,6 +1978,9 @@ spec:
19751978
Whether the operator during host launch procedure should wait for ready probe to succeed.
19761979
In case probe is unspecified wait is assumed to be completed successfully.
19771980
Default option value is to wait.
1981+
reconcile:
1982+
<<: *TypeReconcile
1983+
description: "Optional, allows tuning reconciling cycle for ClickhouseInstallation from clickhouse-operator side"
19781984
defaults:
19791985
type: object
19801986
description: |

0 commit comments

Comments
 (0)