-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filter_kubernetes: add kubernetes_namespace metadata (#8279)
- filter_kubernetes: add kubernetes_namespace metadata Closes #6544 Addresses #3865 - filter_kubernetes: Add Tests for namespace labels & annotations - also updates error text for kubelet vs kube api upstream errors - get_namespace_api_server_info passes in meta->namespace instead of ctx->namespace which may not be set at time of call filter_kubernetes: make pod meta fetching optional now that you can fetch namespace labels/annotations OR pod labels/annotations, do not attempt to fetch pod labels/annotations if neither of them are requested via config - fix cache for namespace meta --------- Signed-off-by: ryanohnemus <[email protected]>
- Loading branch information
1 parent
393fe54
commit fac8cea
Showing
10 changed files
with
754 additions
and
68 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
Oops, something went wrong.