You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .openapi/kas-fleet-manager.yaml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff 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
2
2
# 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
3
3
info:
4
4
title: Kafka Service Fleet Manager
5
-
version: 1.10.0
5
+
version: 1.11.0
6
6
description: Kafka Service Fleet Manager is a Rest API to manage Kafka instances.
7
7
servers:
8
8
- url: https://api.openshift.com
@@ -988,7 +988,11 @@ components:
988
988
reauthentication_enabled:
989
989
type: boolean
990
990
kafka_storage_size:
991
+
deprecated: true
992
+
description: "Maximum data storage available to this Kafka. This is now deprecated, please use max_data_retention_size instead."
0 commit comments