Skip to content

Commit

Permalink
Merge pull request #272 from stackql/dev
Browse files Browse the repository at this point in the history
`confluent` updates
  • Loading branch information
jeffreyaven authored Nov 4, 2024
2 parents 59dd2c2 + 8b21239 commit 4675541
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 101 deletions.
24 changes: 9 additions & 15 deletions providers/src/confluent/v00.00.00000/services/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3546,6 +3546,7 @@ components:
response:
mediaType: application/json
openAPIDocKey: '200'
schemaRef: '#/components/responses/connect.v1.OK'
pause_connectv1connector:
operation:
$ref: '#/paths/~1connect~1v1~1environments~1{environment_id}~1clusters~1{kafka_cluster_id}~1connectors~1{connector_name}~1pause/put'
Expand All @@ -3561,6 +3562,7 @@ components:
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/connectors/methods/read_connectv1connector'
- $ref: '#/components/x-stackQL-resources/connectors/methods/list_connectv1connectors'
insert:
- $ref: '#/components/x-stackQL-resources/connectors/methods/create_connectv1connector'
update: []
Expand Down Expand Up @@ -3605,7 +3607,8 @@ components:
openAPIDocKey: '200'
schemaRef: '#/components/schemas/connect.v1.Connector'
sqlVerbs:
select: []
select:
- $ref: '#/components/x-stackQL-resources/connector_config/methods/get_connectv1connector_config'
insert:
- $ref: '#/components/x-stackQL-resources/connector_config/methods/create_or_update_connectv1connector_config'
update: []
Expand All @@ -3623,7 +3626,8 @@ components:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
select:
- $ref: '#/components/x-stackQL-resources/connector_status/methods/read_connectv1connector_status'
insert: []
update: []
replace: []
Expand Down Expand Up @@ -3665,7 +3669,8 @@ components:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
select:
- $ref: '#/components/x-stackQL-resources/managed_connector_plugins/methods/list_connectv1connector_plugins'
insert: []
update: []
replace: []
Expand Down Expand Up @@ -3701,17 +3706,6 @@ components:
mediaType: application/json
openAPIDocKey: '202'
schemaRef: '#/components/schemas/connect.v1.AlterOffsetRequestInfo'
sqlVerbs:
select: []
insert: []
update: []
replace: []
delete: []
connector_offsets_request_status:
id: confluent.connect.connector_offsets_request_status
name: connector_offsets_request_status
title: Connector Offsets Request Status
methods:
get_connectv1connector_offsets_request_status:
operation:
$ref: '#/paths/~1connect~1v1~1environments~1{environment_id}~1clusters~1{kafka_cluster_id}~1connectors~1{connector_name}~1offsets~1request~1status/get'
Expand All @@ -3721,7 +3715,7 @@ components:
schemaRef: '#/components/schemas/connect.v1.AlterOffsetStatus'
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/connector_offsets_request_status/methods/get_connectv1connector_offsets_request_status'
- $ref: '#/components/x-stackQL-resources/connector_offsets_requests/methods/get_connectv1connector_offsets_request_status'
insert: []
update: []
replace: []
Expand Down
21 changes: 12 additions & 9 deletions providers/src/confluent/v00.00.00000/services/encryption_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2941,13 +2941,13 @@ components:
operation:
$ref: '#/paths/~1dek-registry~1v1~1keks/get'
response:
mediaType: application/json; qs=0.5
mediaType: application/vnd.schemaregistry.v1+json
openAPIDocKey: '200'
create_kek:
operation:
$ref: '#/paths/~1dek-registry~1v1~1keks/post'
response:
mediaType: application/json; qs=0.5
mediaType: application/vnd.schemaregistry.v1+json
openAPIDocKey: '200'
schemaRef: '#/components/schemas/Kek'
delete_kek:
Expand All @@ -2960,14 +2960,14 @@ components:
operation:
$ref: '#/paths/~1dek-registry~1v1~1keks~1{name}/get'
response:
mediaType: application/json; qs=0.5
mediaType: application/vnd.schemaregistry.v1+json
openAPIDocKey: '200'
schemaRef: '#/components/schemas/Kek'
put_kek:
operation:
$ref: '#/paths/~1dek-registry~1v1~1keks~1{name}/put'
response:
mediaType: application/json; qs=0.5
mediaType: application/vnd.schemaregistry.v1+json
openAPIDocKey: '200'
schemaRef: '#/components/schemas/Kek'
undelete_kek:
Expand All @@ -2979,6 +2979,7 @@ components:
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/key_encryption_keys/methods/get_kek'
- $ref: '#/components/x-stackQL-resources/key_encryption_keys/methods/get_kek_names'
insert:
- $ref: '#/components/x-stackQL-resources/key_encryption_keys/methods/create_kek'
update: []
Expand All @@ -2995,13 +2996,13 @@ components:
operation:
$ref: '#/paths/~1dek-registry~1v1~1keks~1{name}~1deks/get'
response:
mediaType: application/json; qs=0.5
mediaType: application/vnd.schemaregistry.v1+json
openAPIDocKey: '200'
create_dek:
operation:
$ref: '#/paths/~1dek-registry~1v1~1keks~1{name}~1deks/post'
response:
mediaType: application/json; qs=0.5
mediaType: application/vnd.schemaregistry.v1+json
openAPIDocKey: '200'
schemaRef: '#/components/schemas/Dek'
delete_dek_versions:
Expand All @@ -3014,7 +3015,7 @@ components:
operation:
$ref: '#/paths/~1dek-registry~1v1~1keks~1{name}~1deks~1{subject}/get'
response:
mediaType: application/json; qs=0.5
mediaType: application/vnd.schemaregistry.v1+json
openAPIDocKey: '200'
schemaRef: '#/components/schemas/Dek'
undelete_dek_versions:
Expand All @@ -3026,6 +3027,7 @@ components:
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/data_encryption_keys/methods/get_dek'
- $ref: '#/components/x-stackQL-resources/data_encryption_keys/methods/get_dek_subjects'
insert:
- $ref: '#/components/x-stackQL-resources/data_encryption_keys/methods/create_dek'
update: []
Expand All @@ -3047,14 +3049,14 @@ components:
operation:
$ref: '#/paths/~1dek-registry~1v1~1keks~1{name}~1deks~1{subject}~1versions~1{version}/get'
response:
mediaType: application/json; qs=0.5
mediaType: application/vnd.schemaregistry.v1+json
openAPIDocKey: '200'
schemaRef: '#/components/schemas/Dek'
get_dek_versions:
operation:
$ref: '#/paths/~1dek-registry~1v1~1keks~1{name}~1deks~1{subject}~1versions/get'
response:
mediaType: application/json; qs=0.5
mediaType: application/vnd.schemaregistry.v1+json
openAPIDocKey: '200'
undelete_dek_version:
operation:
Expand All @@ -3065,6 +3067,7 @@ components:
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/dek_versions/methods/get_dek_by_version'
- $ref: '#/components/x-stackQL-resources/dek_versions/methods/get_dek_versions'
insert: []
update: []
replace: []
Expand Down
Loading

0 comments on commit 4675541

Please sign in to comment.