-
Notifications
You must be signed in to change notification settings - Fork 242
/
Copy pathconfluentrolebinding_v1beta1.json
269 lines (269 loc) · 10.3 KB
/
confluentrolebinding_v1beta1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
{
"description": "ConfluentRolebinding is the schema for the ConfluentRolebinding API.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"kind": {
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
"type": "string"
},
"metadata": {
"type": "object"
},
"spec": {
"description": "spec defines the desired state of the ConfluentRolebinding.",
"properties": {
"clustersScopeByIds": {
"description": "clustersScopeByIds specify the scope of the Confluent component cluster(s) via cluster id(s).",
"properties": {
"connectClusterId": {
"description": "connectClusterId specifies the Connect cluster id.",
"minLength": 1,
"type": "string"
},
"kafkaClusterId": {
"description": "kafkaClusterId specifies the id of the Kafka cluster id.",
"minLength": 1,
"type": "string"
},
"ksqlClusterId": {
"description": "ksqlClusterId specifies the ksqlDB cluster id.",
"minLength": 1,
"type": "string"
},
"schemaRegistryClusterId": {
"description": "schemaRegistryClusterId specifies the Schema Registry cluster id.",
"minLength": 1,
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"clustersScopeByRegistryName": {
"description": "clustersScopeByRegistryName specifies the unique cluster name you registered in the cluster registry.",
"minLength": 1,
"type": "string"
},
"kafkaRestClassRef": {
"description": "kafkaRestClassRef references the KafkaRestClass that defines the Kafka REST API connection information.",
"properties": {
"name": {
"description": "name specifies the name of the KafkaRestClass application resource.",
"minLength": 1,
"type": "string"
},
"namespace": {
"description": "namespace specifies the namespace of the KafkaRestClass.",
"type": "string"
}
},
"required": [
"name"
],
"type": "object",
"additionalProperties": false
},
"principal": {
"description": "RolebindingPrincipal defines the principal(user/group) the rolebinding belongs to.",
"properties": {
"name": {
"description": "name specifies the name of the principal.",
"minLength": 1,
"type": "string"
},
"type": {
"description": "type specifies the type of the principal. Valid options are `user` and `group`.",
"enum": [
"user",
"group"
],
"type": "string"
}
},
"required": [
"name",
"type"
],
"type": "object",
"additionalProperties": false
},
"resourcePatterns": {
"description": "resourcePatterns specify the qualified resources associated with this rolebinding.",
"items": {
"description": "ResourcePattern specifies the qualified resource info associated with this rolebinding.",
"properties": {
"name": {
"description": "name specifies the name of the resource associated with this rolebinding.",
"minLength": 1,
"type": "string"
},
"patternType": {
"description": "patternType specifies the pattern of the resource. Valid options are `PREFIXED` or `LITERAL`. The default value is `LITERAL`.",
"enum": [
"PREFIXED",
"LITERAL"
],
"type": "string"
},
"resourceType": {
"description": "resourceType refers to the type of the resource. Valid options are `Topic`, `Group`, `Subject`, `KsqlCluster`, `Cluster`, `TransactionalId`, etc.",
"minLength": 1,
"type": "string"
}
},
"required": [
"name",
"resourceType"
],
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"role": {
"description": "role specifies the name of the role.",
"minLength": 1,
"type": "string"
}
},
"required": [
"principal",
"role"
],
"type": "object",
"additionalProperties": false
},
"status": {
"description": "status is the observed state of the ConfluentRolebinding.",
"properties": {
"appState": {
"default": "Unknown",
"description": "appState is the current state of the rolebinding application.",
"enum": [
"Unknown",
"Created",
"Failed",
"Deleted"
],
"type": "string"
},
"clusterRegistryName": {
"description": "clusterRegistryName is the cluster registry name the rolebinding associated with.",
"type": "string"
},
"conditions": {
"description": "conditions are the latest available observations of the rolebinding's state.",
"items": {
"description": "Condition represent the latest available observations of the current state.",
"properties": {
"lastProbeTime": {
"description": "lastProbeTime shows the last time the condition was evaluated.",
"format": "date-time",
"type": "string"
},
"lastTransitionTime": {
"description": "lastTransitionTime shows the last time the condition was transitioned from one status to another.",
"format": "date-time",
"type": "string"
},
"message": {
"description": "message shows a human-readable message with details about the transition.",
"type": "string"
},
"reason": {
"description": "reason shows the reason for the last transition of the condition.",
"type": "string"
},
"status": {
"description": "status shows the status of the condition, one of `True`, `False`, or `Unknown`.",
"type": "string"
},
"type": {
"description": "type shows the condition type.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"kafkaCluster": {
"description": "kafkaCluster is the Kafka cluster the rolebinding belongs to. The format is: `<Kafka namespace>/<Kafka name>`.",
"type": "string"
},
"kafkaClusterID": {
"description": "kafkaClusterID is the id of the Kafka cluster.",
"type": "string"
},
"kafkaRestClass": {
"description": "kafkaRestClass is the kafkaRestClass this rolebinding uses. The format is: `<kafkaRestClass namespace>/<kafkaRestClass name>`.",
"type": "string"
},
"mdsEndpoint": {
"description": "mdsEndpoint is the MDS endpoint.",
"type": "string"
},
"observedGeneration": {
"description": "observedGeneration is the most recent generation observed for this Confluent component.",
"format": "int64",
"type": "integer"
},
"principal": {
"description": "principal is the principal the rolebinding belongs to. The format is: `<principal type>:<principal name>`.",
"type": "string"
},
"resourcePatterns": {
"description": "resourcePatterns are the resource patterns this rolebinding is associated with.",
"items": {
"description": "ResourcePattern specifies the qualified resource info associated with this rolebinding.",
"properties": {
"name": {
"description": "name specifies the name of the resource associated with this rolebinding.",
"minLength": 1,
"type": "string"
},
"patternType": {
"description": "patternType specifies the pattern of the resource. Valid options are `PREFIXED` or `LITERAL`. The default value is `LITERAL`.",
"enum": [
"PREFIXED",
"LITERAL"
],
"type": "string"
},
"resourceType": {
"description": "resourceType refers to the type of the resource. Valid options are `Topic`, `Group`, `Subject`, `KsqlCluster`, `Cluster`, `TransactionalId`, etc.",
"minLength": 1,
"type": "string"
}
},
"required": [
"name",
"resourceType"
],
"type": "object",
"additionalProperties": false
},
"type": "array"
},
"role": {
"description": "role is the role this rolebinding is associated with.",
"type": "string"
},
"state": {
"description": "state is the state of this rolebinding.",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
}
},
"required": [
"spec"
],
"type": "object"
}