-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: additional watchevent types for metrics (#331)
## Description This adds `WatchEvent` types for consuming metrics from the informer. Please look at [Watch Config](https://github.com/defenseunicorns/kubernetes-fluent-client/blob/8f6bed408fc967fb4f68b60001cf8a8dc5f7bc5e/src/fluent/watch.ts#L49), as some configuration options have been renamed. ## Related Issue Fixes #defenseunicorns/pepr#983 <!-- or --> Relates to # defenseunicorns/pepr#977 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed BREAKING CHANGE: This changes the names on the WatchConfig. Look at the WatchConfig as some configuration options have been renamed. --------- Signed-off-by: Case Wylie <[email protected]>
- Loading branch information
Showing
2 changed files
with
54 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters