Skip to content

Commit

Permalink
fix(getObjectStream): for CRDs (#524)
Browse files Browse the repository at this point in the history
Fixes #517
  • Loading branch information
silasbw committed Jul 23, 2019
1 parent d4bf93e commit d0b8ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/swagger-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class Root extends Component {
const watchPath = watchPaths[operationId]
spec.paths[watchPath] = {
get: {
'x-kubernetes-action': 'watch',
operationId: `operationId${name}`
}
}
Expand Down

0 comments on commit d0b8ecf

Please sign in to comment.