Skip to content

Commit e821e66

Browse files
committed
Update generated files for OffshoreDataGateway
We had PR race condition. Signed-off-by: Konstantin Khlebnikov <[email protected]>
1 parent e94d1f5 commit e821e66

File tree

4 files changed

+149
-2
lines changed

4 files changed

+149
-2
lines changed

api/v1/zz_generated.deepcopy.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/cluster.ytsaurus.tech_offshoredatagateways.yaml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,30 @@ spec:
956956
type: string
957957
type: object
958958
type: array
959+
metricExporter:
960+
properties:
961+
gridStep:
962+
format: int32
963+
type: integer
964+
host:
965+
type: string
966+
instanceTags:
967+
additionalProperties:
968+
type: string
969+
type: object
970+
shards:
971+
additionalProperties:
972+
properties:
973+
filter:
974+
items:
975+
type: string
976+
type: array
977+
gridStep:
978+
format: int32
979+
type: integer
980+
type: object
981+
type: object
982+
type: object
959983
minReadyInstanceCount:
960984
type: integer
961985
monitoringPort:
@@ -1942,6 +1966,53 @@ spec:
19421966
description: OffshoreDataGatewaysStatus defines the observed state of
19431967
OffshoreDataGateways
19441968
properties:
1969+
conditions:
1970+
items:
1971+
description: Condition contains details for one aspect of the current
1972+
state of this API...
1973+
properties:
1974+
lastTransitionTime:
1975+
description: lastTransitionTime is the last time the condition
1976+
transitioned from one status...
1977+
format: date-time
1978+
type: string
1979+
message:
1980+
description: message is a human readable message indicating
1981+
details about the transition.
1982+
maxLength: 32768
1983+
type: string
1984+
observedGeneration:
1985+
description: observedGeneration represents the .metadata.
1986+
format: int64
1987+
minimum: 0
1988+
type: integer
1989+
reason:
1990+
description: reason contains a programmatic identifier indicating
1991+
the reason for the...
1992+
maxLength: 1024
1993+
minLength: 1
1994+
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
1995+
type: string
1996+
status:
1997+
description: status of the condition, one of True, False, Unknown.
1998+
enum:
1999+
- "True"
2000+
- "False"
2001+
- Unknown
2002+
type: string
2003+
type:
2004+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
2005+
maxLength: 316
2006+
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
2007+
type: string
2008+
required:
2009+
- lastTransitionTime
2010+
- message
2011+
- reason
2012+
- status
2013+
- type
2014+
type: object
2015+
type: array
19452016
observedGeneration:
19462017
description: Reflects resource generation which was used for updating
19472018
status.

docs/api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,8 @@ _Appears in:_
13881388
- [KafkaProxiesSpec](#kafkaproxiesspec)
13891389
- [MasterCachesSpec](#mastercachesspec)
13901390
- [MastersSpec](#mastersspec)
1391+
- [OffshoreDataGatewaySpec](#offshoredatagatewayspec)
1392+
- [OffshoreDataGatewaysSpec](#offshoredatagatewaysspec)
13911393
- [QueryTrackerSpec](#querytrackerspec)
13921394
- [QueueAgentSpec](#queueagentspec)
13931395
- [RPCProxiesSpec](#rpcproxiesspec)
@@ -1521,6 +1523,7 @@ _Appears in:_
15211523
| `enableAntiAffinity` _boolean_ | Deprecated: use Affinity.PodAntiAffinity instead. | | |
15221524
| `hostNetwork` _boolean_ | Use the host's network namespace, this overrides global option. | | |
15231525
| `monitoringPort` _[int32](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#int32-v1-core)_ | | | |
1526+
| `metricExporter` _[MetricExporter](#metricexporter)_ | | | |
15241527
| `loggers` _[TextLoggerSpec](#textloggerspec) array_ | | | |
15251528
| `structuredLoggers` _[StructuredLoggerSpec](#structuredloggerspec) array_ | | | |
15261529
| `affinity` _[Affinity](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#affinity-v1-core)_ | | | |
@@ -1619,6 +1622,7 @@ _Appears in:_
16191622
| `enableAntiAffinity` _boolean_ | Deprecated: use Affinity.PodAntiAffinity instead. | | |
16201623
| `hostNetwork` _boolean_ | Use the host's network namespace, this overrides global option. | | |
16211624
| `monitoringPort` _[int32](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#int32-v1-core)_ | | | |
1625+
| `metricExporter` _[MetricExporter](#metricexporter)_ | | | |
16221626
| `loggers` _[TextLoggerSpec](#textloggerspec) array_ | | | |
16231627
| `structuredLoggers` _[StructuredLoggerSpec](#structuredloggerspec) array_ | | | |
16241628
| `affinity` _[Affinity](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#affinity-v1-core)_ | | | |
@@ -1646,6 +1650,7 @@ _Appears in:_
16461650

16471651
| Field | Description | Default | Validation |
16481652
| --- | --- | --- | --- |
1653+
| `conditions` _[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#condition-v1-meta) array_ | | | |
16491654
| `observedGeneration` _integer_ | Reflects resource generation which was used for updating status. | | |
16501655
| `releaseStatus` _[RemoteNodeReleaseStatus](#remotenodereleasestatus)_ | | | |
16511656

ytop-chart/templates/crds/offshoredatagateways.cluster.ytsaurus.tech.yaml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,30 @@ spec:
967967
type: string
968968
type: object
969969
type: array
970+
metricExporter:
971+
properties:
972+
gridStep:
973+
format: int32
974+
type: integer
975+
host:
976+
type: string
977+
instanceTags:
978+
additionalProperties:
979+
type: string
980+
type: object
981+
shards:
982+
additionalProperties:
983+
properties:
984+
filter:
985+
items:
986+
type: string
987+
type: array
988+
gridStep:
989+
format: int32
990+
type: integer
991+
type: object
992+
type: object
993+
type: object
970994
minReadyInstanceCount:
971995
type: integer
972996
monitoringPort:
@@ -1953,6 +1977,53 @@ spec:
19531977
description: OffshoreDataGatewaysStatus defines the observed state of
19541978
OffshoreDataGateways
19551979
properties:
1980+
conditions:
1981+
items:
1982+
description: Condition contains details for one aspect of the current
1983+
state of this API...
1984+
properties:
1985+
lastTransitionTime:
1986+
description: lastTransitionTime is the last time the condition
1987+
transitioned from one status...
1988+
format: date-time
1989+
type: string
1990+
message:
1991+
description: message is a human readable message indicating
1992+
details about the transition.
1993+
maxLength: 32768
1994+
type: string
1995+
observedGeneration:
1996+
description: observedGeneration represents the .metadata.
1997+
format: int64
1998+
minimum: 0
1999+
type: integer
2000+
reason:
2001+
description: reason contains a programmatic identifier indicating
2002+
the reason for the...
2003+
maxLength: 1024
2004+
minLength: 1
2005+
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
2006+
type: string
2007+
status:
2008+
description: status of the condition, one of True, False, Unknown.
2009+
enum:
2010+
- "True"
2011+
- "False"
2012+
- Unknown
2013+
type: string
2014+
type:
2015+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
2016+
maxLength: 316
2017+
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
2018+
type: string
2019+
required:
2020+
- lastTransitionTime
2021+
- message
2022+
- reason
2023+
- status
2024+
- type
2025+
type: object
2026+
type: array
19562027
observedGeneration:
19572028
description: Reflects resource generation which was used for updating
19582029
status.

0 commit comments

Comments
 (0)