Skip to content

Commit 5b41694

Browse files
chore(all): re-generate OpenAPI client(s) (#602)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 0eee56d commit 5b41694

37 files changed

Lines changed: 693 additions & 32 deletions

connectormgmt/apiv1/client/api/openapi.yaml

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ paths:
168168
169169
* Cluster: id, created_at, updated_at, owner, organisation_id, name, state, client_id
170170
* Namespace: id, created_at, updated_at, name, cluster_id, owner, expiration, tenant_user_id, tenant_organisation_id, state
171-
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank
171+
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank, pricing_tier
172172
* Connectors: id, created_at, updated_at, name, owner, organisation_id, connector_type_id, desired_state, state, channel, namespace_id, kafka_id, kafka_bootstrap_server, service_account_client_id, schema_registry_id, schema_registry_url
173173
174174
Allowed operators are `<>`, `=`, `LIKE`, or `ILIKE`.
@@ -281,7 +281,7 @@ paths:
281281
282282
* Cluster: id, created_at, updated_at, owner, organisation_id, name, state, client_id
283283
* Namespace: id, created_at, updated_at, name, cluster_id, owner, expiration, tenant_user_id, tenant_organisation_id, state
284-
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank
284+
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank, pricing_tier
285285
* Connectors: id, created_at, updated_at, name, owner, organisation_id, connector_type_id, desired_state, state, channel, namespace_id, kafka_id, kafka_bootstrap_server, service_account_client_id, schema_registry_id, schema_registry_url
286286
287287
Allowed operators are `<>`, `=`, `LIKE`, or `ILIKE`.
@@ -416,7 +416,7 @@ paths:
416416
417417
* Cluster: id, created_at, updated_at, owner, organisation_id, name, state, client_id
418418
* Namespace: id, created_at, updated_at, name, cluster_id, owner, expiration, tenant_user_id, tenant_organisation_id, state
419-
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank
419+
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank, pricing_tier
420420
* Connectors: id, created_at, updated_at, name, owner, organisation_id, connector_type_id, desired_state, state, channel, namespace_id, kafka_id, kafka_bootstrap_server, service_account_client_id, schema_registry_id, schema_registry_url
421421
422422
Allowed operators are `<>`, `=`, `LIKE`, or `ILIKE`.
@@ -807,7 +807,7 @@ paths:
807807
808808
* Cluster: id, created_at, updated_at, owner, organisation_id, name, state, client_id
809809
* Namespace: id, created_at, updated_at, name, cluster_id, owner, expiration, tenant_user_id, tenant_organisation_id, state
810-
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank
810+
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank, pricing_tier
811811
* Connectors: id, created_at, updated_at, name, owner, organisation_id, connector_type_id, desired_state, state, channel, namespace_id, kafka_id, kafka_bootstrap_server, service_account_client_id, schema_registry_id, schema_registry_url
812812
813813
Allowed operators are `<>`, `=`, `LIKE`, or `ILIKE`.
@@ -1256,7 +1256,7 @@ paths:
12561256
12571257
* Cluster: id, created_at, updated_at, owner, organisation_id, name, state, client_id
12581258
* Namespace: id, created_at, updated_at, name, cluster_id, owner, expiration, tenant_user_id, tenant_organisation_id, state
1259-
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank
1259+
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank, pricing_tier
12601260
* Connectors: id, created_at, updated_at, name, owner, organisation_id, connector_type_id, desired_state, state, channel, namespace_id, kafka_id, kafka_bootstrap_server, service_account_client_id, schema_registry_id, schema_registry_url
12611261
12621262
Allowed operators are `<>`, `=`, `LIKE`, or `ILIKE`.
@@ -1400,7 +1400,7 @@ paths:
14001400
14011401
* Cluster: id, created_at, updated_at, owner, organisation_id, name, state, client_id
14021402
* Namespace: id, created_at, updated_at, name, cluster_id, owner, expiration, tenant_user_id, tenant_organisation_id, state
1403-
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank
1403+
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank, pricing_tier
14041404
* Connectors: id, created_at, updated_at, name, owner, organisation_id, connector_type_id, desired_state, state, channel, namespace_id, kafka_id, kafka_bootstrap_server, service_account_client_id, schema_registry_id, schema_registry_url
14051405
14061406
Allowed operators are `<>`, `=`, `LIKE`, or `ILIKE`.
@@ -1602,6 +1602,8 @@ components:
16021602
icon_href: /api/connector_mgmt/v1/kafka_connector_types/log_sink.png
16031603
labels:
16041604
- sink
1605+
annotations:
1606+
- cos.bf2.org/name: value
16051607
capabilities:
16061608
- data_shape
16071609
- processors
@@ -1727,12 +1729,12 @@ components:
17271729
name: MyNamespace
17281730
cluster_id: 9bsv0s7tne7g02gh5g4g
17291731
annotations:
1730-
connector_mgmt.bf2.org/profile: default-profile
1732+
cos.bf2.org/profile: default-profile
17311733
ConnectorNamespaceEvalCreateExample:
17321734
value:
17331735
name: MyEvalNamespace
17341736
annotations:
1735-
connector_mgmt.bf2.org/profile: evaluation-profile
1737+
cos.bf2.org/profile: evaluation-profile
17361738
"400CreationExample":
17371739
value:
17381740
id: "103"
@@ -1884,7 +1886,7 @@ components:
18841886
18851887
* Cluster: id, created_at, updated_at, owner, organisation_id, name, state, client_id
18861888
* Namespace: id, created_at, updated_at, name, cluster_id, owner, expiration, tenant_user_id, tenant_organisation_id, state
1887-
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank
1889+
* Connector Types: id, created_at, updated_at, version, name, description, label, channel, featured_rank, pricing_tier
18881890
* Connectors: id, created_at, updated_at, name, owner, organisation_id, connector_type_id, desired_state, state, channel, namespace_id, kafka_id, kafka_bootstrap_server, service_account_client_id, schema_registry_id, schema_registry_url
18891891
18901892
Allowed operators are `<>`, `=`, `LIKE`, or `ILIKE`.
@@ -2041,6 +2043,11 @@ components:
20412043
items:
20422044
$ref: '#/components/schemas/AddonParameter'
20432045
type: array
2046+
ConnectorResourceAnnotations:
2047+
additionalProperties:
2048+
type: string
2049+
description: Name-value string annotations for resource
2050+
type: object
20442051
ConnectorClusterState:
20452052
enum:
20462053
- disconnected
@@ -2051,6 +2058,12 @@ components:
20512058
properties:
20522059
name:
20532060
type: string
2061+
annotations:
2062+
additionalProperties:
2063+
type: string
2064+
description: Name-value string annotations for resource
2065+
type: object
2066+
type: object
20542067
ConnectorClusterRequest:
20552068
allOf:
20562069
- $ref: '#/components/schemas/ConnectorClusterRequestMeta'
@@ -2123,11 +2136,17 @@ components:
21232136
$ref: '#/components/schemas/Channel'
21242137
desired_state:
21252138
$ref: '#/components/schemas/ConnectorDesiredState'
2139+
annotations:
2140+
additionalProperties:
2141+
type: string
2142+
description: Name-value string annotations for resource
2143+
type: object
21262144
required:
21272145
- connector_type_id
21282146
- desired_state
21292147
- name
21302148
- namespace_id
2149+
type: object
21312150
ConnectorRequest:
21322151
allOf:
21332152
- $ref: '#/components/schemas/ConnectorRequestMeta'
@@ -2205,6 +2224,7 @@ components:
22052224
annotations:
22062225
additionalProperties:
22072226
type: string
2227+
description: Name-value string annotations for resource
22082228
type: object
22092229
type: object
22102230
ConnectorNamespaceQuota:
@@ -2382,12 +2402,17 @@ components:
23822402
items:
23832403
type: string
23842404
type: array
2405+
annotations:
2406+
additionalProperties:
2407+
type: string
2408+
description: Name-value string annotations for resource
2409+
type: object
23852410
featured_rank:
23862411
description: Ranking for featured connectors
23872412
format: int32
23882413
type: integer
23892414
capabilities:
2390-
description: The capabilities supported by the conenctor
2415+
description: The capabilities supported by the connector
23912416
items:
23922417
type: string
23932418
type: array

connectormgmt/apiv1/client/docs/Connector.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**NamespaceId** | **string** | |
1616
**Channel** | Pointer to [**Channel**](Channel.md) | | [optional] [default to CHANNEL_STABLE]
1717
**DesiredState** | [**ConnectorDesiredState**](ConnectorDesiredState.md) | |
18+
**Annotations** | Pointer to **map[string]string** | Name-value string annotations for resource | [optional]
1819
**ResourceVersion** | Pointer to **int64** | | [optional]
1920
**Kafka** | [**KafkaConnectionSettings**](KafkaConnectionSettings.md) | |
2021
**ServiceAccount** | [**ServiceAccount**](ServiceAccount.md) | |
@@ -296,6 +297,31 @@ and a boolean to check if the value has been set.
296297
SetDesiredState sets DesiredState field to given value.
297298

298299

300+
### GetAnnotations
301+
302+
`func (o *Connector) GetAnnotations() map[string]string`
303+
304+
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
305+
306+
### GetAnnotationsOk
307+
308+
`func (o *Connector) GetAnnotationsOk() (*map[string]string, bool)`
309+
310+
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise
311+
and a boolean to check if the value has been set.
312+
313+
### SetAnnotations
314+
315+
`func (o *Connector) SetAnnotations(v map[string]string)`
316+
317+
SetAnnotations sets Annotations field to given value.
318+
319+
### HasAnnotations
320+
321+
`func (o *Connector) HasAnnotations() bool`
322+
323+
HasAnnotations returns a boolean if a field has been set.
324+
299325
### GetResourceVersion
300326

301327
`func (o *Connector) GetResourceVersion() int64`

connectormgmt/apiv1/client/docs/ConnectorCluster.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
1111
**CreatedAt** | Pointer to **time.Time** | | [optional]
1212
**ModifiedAt** | Pointer to **time.Time** | | [optional]
1313
**Name** | Pointer to **string** | | [optional]
14+
**Annotations** | Pointer to **map[string]string** | Name-value string annotations for resource | [optional]
1415
**Status** | Pointer to [**ConnectorClusterStatusStatus**](ConnectorClusterStatusStatus.md) | | [optional]
1516

1617
## Methods
@@ -207,6 +208,31 @@ SetName sets Name field to given value.
207208

208209
HasName returns a boolean if a field has been set.
209210

211+
### GetAnnotations
212+
213+
`func (o *ConnectorCluster) GetAnnotations() map[string]string`
214+
215+
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
216+
217+
### GetAnnotationsOk
218+
219+
`func (o *ConnectorCluster) GetAnnotationsOk() (*map[string]string, bool)`
220+
221+
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise
222+
and a boolean to check if the value has been set.
223+
224+
### SetAnnotations
225+
226+
`func (o *ConnectorCluster) SetAnnotations(v map[string]string)`
227+
228+
SetAnnotations sets Annotations field to given value.
229+
230+
### HasAnnotations
231+
232+
`func (o *ConnectorCluster) HasAnnotations() bool`
233+
234+
HasAnnotations returns a boolean if a field has been set.
235+
210236
### GetStatus
211237

212238
`func (o *ConnectorCluster) GetStatus() ConnectorClusterStatusStatus`

connectormgmt/apiv1/client/docs/ConnectorClusterMeta.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**CreatedAt** | Pointer to **time.Time** | | [optional]
99
**ModifiedAt** | Pointer to **time.Time** | | [optional]
1010
**Name** | Pointer to **string** | | [optional]
11+
**Annotations** | Pointer to **map[string]string** | Name-value string annotations for resource | [optional]
1112

1213
## Methods
1314

@@ -128,6 +129,31 @@ SetName sets Name field to given value.
128129

129130
HasName returns a boolean if a field has been set.
130131

132+
### GetAnnotations
133+
134+
`func (o *ConnectorClusterMeta) GetAnnotations() map[string]string`
135+
136+
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
137+
138+
### GetAnnotationsOk
139+
140+
`func (o *ConnectorClusterMeta) GetAnnotationsOk() (*map[string]string, bool)`
141+
142+
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise
143+
and a boolean to check if the value has been set.
144+
145+
### SetAnnotations
146+
147+
`func (o *ConnectorClusterMeta) SetAnnotations(v map[string]string)`
148+
149+
SetAnnotations sets Annotations field to given value.
150+
151+
### HasAnnotations
152+
153+
`func (o *ConnectorClusterMeta) HasAnnotations() bool`
154+
155+
HasAnnotations returns a boolean if a field has been set.
156+
131157

132158
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
133159

connectormgmt/apiv1/client/docs/ConnectorClusterRequest.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Name** | Pointer to **string** | | [optional]
8+
**Annotations** | Pointer to **map[string]string** | Name-value string annotations for resource | [optional]
89

910
## Methods
1011

@@ -50,6 +51,31 @@ SetName sets Name field to given value.
5051

5152
HasName returns a boolean if a field has been set.
5253

54+
### GetAnnotations
55+
56+
`func (o *ConnectorClusterRequest) GetAnnotations() map[string]string`
57+
58+
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
59+
60+
### GetAnnotationsOk
61+
62+
`func (o *ConnectorClusterRequest) GetAnnotationsOk() (*map[string]string, bool)`
63+
64+
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise
65+
and a boolean to check if the value has been set.
66+
67+
### SetAnnotations
68+
69+
`func (o *ConnectorClusterRequest) SetAnnotations(v map[string]string)`
70+
71+
SetAnnotations sets Annotations field to given value.
72+
73+
### HasAnnotations
74+
75+
`func (o *ConnectorClusterRequest) HasAnnotations() bool`
76+
77+
HasAnnotations returns a boolean if a field has been set.
78+
5379

5480
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
5581

connectormgmt/apiv1/client/docs/ConnectorClusterRequestMeta.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Name** | Pointer to **string** | | [optional]
8+
**Annotations** | Pointer to **map[string]string** | Name-value string annotations for resource | [optional]
89

910
## Methods
1011

@@ -50,6 +51,31 @@ SetName sets Name field to given value.
5051

5152
HasName returns a boolean if a field has been set.
5253

54+
### GetAnnotations
55+
56+
`func (o *ConnectorClusterRequestMeta) GetAnnotations() map[string]string`
57+
58+
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
59+
60+
### GetAnnotationsOk
61+
62+
`func (o *ConnectorClusterRequestMeta) GetAnnotationsOk() (*map[string]string, bool)`
63+
64+
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise
65+
and a boolean to check if the value has been set.
66+
67+
### SetAnnotations
68+
69+
`func (o *ConnectorClusterRequestMeta) SetAnnotations(v map[string]string)`
70+
71+
SetAnnotations sets Annotations field to given value.
72+
73+
### HasAnnotations
74+
75+
`func (o *ConnectorClusterRequestMeta) HasAnnotations() bool`
76+
77+
HasAnnotations returns a boolean if a field has been set.
78+
5379

5480
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
5581

0 commit comments

Comments
 (0)