UNPKG

@rhoas/kafka-instance-sdk

Version:
30 lines (24 loc) 814 B
/* tslint:disable */ /* eslint-disable */ /** * Kafka Instance API * API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs * * The version of the OpenAPI document: 0.14.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { AclBindingAllOf } from './acl-binding-all-of'; import { AclOperation } from './acl-operation'; import { AclPatternType } from './acl-pattern-type'; import { AclPermissionType } from './acl-permission-type'; import { AclResourceType } from './acl-resource-type'; import { ObjectReference } from './object-reference'; /** * @type AclBinding * @export */ export type AclBinding = AclBindingAllOf & ObjectReference;