File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -80,20 +80,20 @@ model KafkaAcl {
80
80
}
81
81
82
82
alias KafkaAclOpeations =
83
- UNKNOWN
84
- | ALL
85
- | READ
86
- | WRITE
87
- | CREATE
88
- | DELETE
89
- | ALTER
90
- | DESCRIBE
91
- | CLUSTER_ACTION
92
- | DESCRIBE_CONFIGS
93
- | ALTER_CONFIGS
94
- | IDEMPOTENT_WRITE
95
- | CREATE_TOKENS
96
- | DESCRIBE_TOKENS ;
83
+ " UNKNOWN"
84
+ | " ALL"
85
+ | " READ"
86
+ | " WRITE"
87
+ | " CREATE"
88
+ | " DELETE"
89
+ | " ALTER"
90
+ | " DESCRIBE"
91
+ | " CLUSTER_ACTION"
92
+ | " DESCRIBE_CONFIGS"
93
+ | " ALTER_CONFIGS"
94
+ | " IDEMPOTENT_WRITE"
95
+ | " CREATE_TOKENS"
96
+ | " DESCRIBE_TOKENS" ;
97
97
98
98
enum KafkaAclResourceType {
99
99
UNKNOWN ,
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ model ConsumerGroup {
88
88
89
89
model ConsumerGroupDetails extends ConsumerGroup {
90
90
@ invisible (Lifecycle )
91
- inherit : "deatils " ;
91
+ inherit : "details " ;
92
92
partitions ? : ConsumerGroupTopicPartition [];
93
93
}
94
94
You can’t perform that action at this time.
0 commit comments