Skip to content

Commit

Permalink
generate
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Apr 16, 2024
1 parent 2e341d6 commit 045d4bf
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/crd/bases/cluster.ytsaurus.tech_ytsaurus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7158,6 +7158,7 @@ spec:
type: object
enableFullUpdate:
default: true
description: EnableFullUpdate is deprecated, use UpdateStrategy instead.
type: boolean
ephemeralCluster:
default: false
Expand Down Expand Up @@ -33433,6 +33434,8 @@ spec:
type: object
uiImage:
type: string
updateStrategy:
type: string
useIpv4:
default: false
type: boolean
Expand Down Expand Up @@ -35902,6 +35905,8 @@ spec:
- tabletCellCount
type: object
type: array
updateStrategy:
type: string
type: object
type: object
type: object
Expand Down
18 changes: 17 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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.<br />If UpdateStrategy is not | true | |
| `updateStrategy` _[UpdateStrategy](#updatestrategy)_ | | | |
| `bootstrap` _[BootstrapSpec](#bootstrapspec)_ | | | |
| `discovery` _[DiscoverySpec](#discoveryspec)_ | | | |
| `primaryMasters` _[MastersSpec](#mastersspec)_ | | | |
Expand Down
5 changes: 5 additions & 0 deletions ytop-chart/templates/ytsaurus-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7120,6 +7120,7 @@ spec:
type: object
enableFullUpdate:
default: true
description: EnableFullUpdate is deprecated, use UpdateStrategy instead.
type: boolean
ephemeralCluster:
default: false
Expand Down Expand Up @@ -33220,6 +33221,8 @@ spec:
type: object
uiImage:
type: string
updateStrategy:
type: string
useIpv4:
default: false
type: boolean
Expand Down Expand Up @@ -35670,6 +35673,8 @@ spec:
- tabletCellCount
type: object
type: array
updateStrategy:
type: string
type: object
type: object
type: object
Expand Down

0 comments on commit 045d4bf

Please sign in to comment.