Skip to content

Commit

Permalink
clobbered broken logs resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
general-kroll-4-life committed Dec 9, 2024
1 parent 0e5a54b commit a5af97a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions providers/src/k8s/v00.00.00000/services/core_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32726,27 +32726,27 @@ components:
# sqlVerbs:
# insert:
# - $ref: '#/components/x-stackQL-resources/localsubjectaccessreviews/methods/createAuthorizationV1NamespacedLocalSubjectAccessReview'
logs:
id: k8s.logs
methods:
logFileHandler:
operation:
$ref: '#/paths/~1logs~1{logpath}/get'
response:
mediaType: application/json
objectKey: null
openAPIDocKey: '401'
logFileListHandler:
operation:
$ref: '#/paths/~1logs~1/get'
response:
mediaType: application/json
objectKey: null
openAPIDocKey: '401'
name: logs
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/logs/methods/logFileListHandler'
# logs:
# id: k8s.logs
# methods:
# logFileHandler:
# operation:
# $ref: '#/paths/~1logs~1{logpath}/get'
# response:
# mediaType: application/json
# objectKey: null
# openAPIDocKey: '401'
# logFileListHandler:
# operation:
# $ref: '#/paths/~1logs~1/get'
# response:
# mediaType: application/json
# objectKey: null
# openAPIDocKey: '401'
# name: logs
# sqlVerbs:
# select:
# - $ref: '#/components/x-stackQL-resources/logs/methods/logFileListHandler'
mutatingadmissionpolicies:
id: k8s.mutatingadmissionpolicies
methods:
Expand Down

0 comments on commit a5af97a

Please sign in to comment.