Skip to content

Commit af5cd80

Browse files
fix(openapi): update kafka-mgmt/v1 OpenAPI document (#279)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent e897391 commit af5cd80

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0 # need this as first line to allow some IDEs to know this is an o
22
# All endpoints defined here will be discoverable by all users. If there is a need to keep some endpoints "private", add them to the "managed-services-api-private.yaml" file
33
info:
44
title: Kafka Service Fleet Manager
5-
version: 1.6.0
5+
version: 1.7.0
66
description: Kafka Service Fleet Manager is a Rest API to manage Kafka instances.
77
servers:
88
- url: https://api.openshift.com
@@ -983,6 +983,10 @@ components:
983983
created_at:
984984
format: date-time
985985
type: string
986+
expires_at:
987+
format: date-time
988+
type: string
989+
nullable: true
986990
updated_at:
987991
format: date-time
988992
type: string
@@ -1167,6 +1171,9 @@ components:
11671171
capacity_consumed:
11681172
description: 'Data plane cluster capacity consumed by this Kafka instance size.'
11691173
type: integer
1174+
maturity_status:
1175+
description: 'Maturity level of the size. Can be stable or tech preview.'
1176+
type: string
11701177
SupportedKafkaSizeBytesValueItem:
11711178
type: object
11721179
properties:
@@ -1716,7 +1723,8 @@ components:
17161723
supported_az_modes: [
17171724
"single",
17181725
"multi",
1719-
]
1726+
],
1727+
maturity_status: 'stable'
17201728
},
17211729
]
17221730
CloudProviderExample:

0 commit comments

Comments
 (0)