From 045d4bfd32979bb324f59b43dca9467f64b58439 Mon Sep 17 00:00:00 2001 From: Kirill Sibirev Date: Tue, 16 Apr 2024 14:21:29 +0200 Subject: [PATCH] generate --- .../bases/cluster.ytsaurus.tech_ytsaurus.yaml | 5 +++++ docs/api.md | 18 +++++++++++++++++- ytop-chart/templates/ytsaurus-crd.yaml | 5 +++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/config/crd/bases/cluster.ytsaurus.tech_ytsaurus.yaml b/config/crd/bases/cluster.ytsaurus.tech_ytsaurus.yaml index 67dff921..c6376356 100644 --- a/config/crd/bases/cluster.ytsaurus.tech_ytsaurus.yaml +++ b/config/crd/bases/cluster.ytsaurus.tech_ytsaurus.yaml @@ -7158,6 +7158,7 @@ spec: type: object enableFullUpdate: default: true + description: EnableFullUpdate is deprecated, use UpdateStrategy instead. type: boolean ephemeralCluster: default: false @@ -33433,6 +33434,8 @@ spec: type: object uiImage: type: string + updateStrategy: + type: string useIpv4: default: false type: boolean @@ -35902,6 +35905,8 @@ spec: - tabletCellCount type: object type: array + updateStrategy: + type: string type: object type: object type: object diff --git a/docs/api.md b/docs/api.md index a3f8116a..a089d4d9 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1489,11 +1489,26 @@ _Appears in:_ | --- | --- | --- | --- | | `state` _[UpdateState](#updatestate)_ | | None | | | `components` _string array_ | | | | +| `updateStrategy` _[UpdateStrategy](#updatestrategy)_ | | | | | `conditions` _[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#condition-v1-meta) array_ | | | | | `tabletCellBundles` _[TabletCellBundleInfo](#tabletcellbundleinfo) array_ | | | | | `masterMonitoringPaths` _string array_ | | | | +#### UpdateStrategy + +_Underlying type:_ _string_ + + + + + +_Appears in:_ +- [UpdateStatus](#updatestatus) +- [YtsaurusSpec](#ytsaurusspec) + + + #### YQLAgentSpec @@ -1576,7 +1591,8 @@ _Appears in:_ | `adminCredentials` _[LocalObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#localobjectreference-v1-core)_ | | | | | `oauthService` _[OauthServiceSpec](#oauthservicespec)_ | | | | | `isManaged` _boolean_ | | true | | -| `enableFullUpdate` _boolean_ | | true | | +| `enableFullUpdate` _boolean_ | EnableFullUpdate is deprecated, use UpdateStrategy instead.
If UpdateStrategy is not | true | | +| `updateStrategy` _[UpdateStrategy](#updatestrategy)_ | | | | | `bootstrap` _[BootstrapSpec](#bootstrapspec)_ | | | | | `discovery` _[DiscoverySpec](#discoveryspec)_ | | | | | `primaryMasters` _[MastersSpec](#mastersspec)_ | | | | diff --git a/ytop-chart/templates/ytsaurus-crd.yaml b/ytop-chart/templates/ytsaurus-crd.yaml index a63cada9..3874fdef 100644 --- a/ytop-chart/templates/ytsaurus-crd.yaml +++ b/ytop-chart/templates/ytsaurus-crd.yaml @@ -7120,6 +7120,7 @@ spec: type: object enableFullUpdate: default: true + description: EnableFullUpdate is deprecated, use UpdateStrategy instead. type: boolean ephemeralCluster: default: false @@ -33220,6 +33221,8 @@ spec: type: object uiImage: type: string + updateStrategy: + type: string useIpv4: default: false type: boolean @@ -35670,6 +35673,8 @@ spec: - tabletCellCount type: object type: array + updateStrategy: + type: string type: object type: object type: object