Hector Martinez Lopez

Results 11 issues of Hector Martinez Lopez

# Expected Behavior The latest version of Hugo extended works properly or the Hugo extended version is specified. # Actual Behavior The latest version of Hugo extended does not work,...

kind/bug
lifecycle/stale

This MR introduces the `filters` key in the APIServerSource Spec. This new field allows users to filter which messages are sent from the APIServerSource to the specified sink. The filter...

size/L
area/test-and-release
ok-to-test

**Problem** Currently APIServerSource sends create, update and delete event types to the sink specified. Our use case can benefit of receiving just delete events instead. This will reduce the load...

kind/feature-request
triage/accepted

This MR adds a page for the experimental feature that add `filters` to the APIServerSource kind. Related to [#7799](https://github.com/knative/eventing/pull/7799) and [#7791](https://github.com/knative/eventing/issues/7791) ## Proposed Changes - Add a page for the...

size/L

### What happened? What is the problem? The problem is that if we try to get information about a repository that has been moved, the first time we try GitHub...

kind/bug
area/general
complexity/single-task
gain/low
impact/low

Hey! Currently we are using `ServerResourcesForGroupVersion`[1] and we are trying to instrument with OpenTelemetry everything possible. We found that the discovery client do not allow for passing a context. The...

**Problem** I had problems with the ApiServerSource pod that required me to change the code to enable verbosity on the k8s tooling usin `klog`. I had to introduce this block...

kind/feature-request
triage/accepted

**Problem** When increasing the klog logging level there are log lines that reference the reflectors itself. The problem is that there are many reflectors and the name by default does...

kind/feature-request
good first issue
triage/accepted

**Describe the bug** When an [empty selector](https://knative.dev/docs/eventing/sources/apiserversource/reference/#example-target-all-namespaces-with-an-empty-selector) is used on an ApiServerSource to match all namespaces, it checks permissions with SubjectAccessReview for all namespaces individually. **Expected behavior** The ApiServerSource does...

kind/bug

**Problem** We do have an ApiServerSource tracking 5 resources across 1000+ namespaces which results into a lot of: ``` I0718 14:02:19.224595 1 request.go:697] Waited for 17m12.738947279s due to client-side throttling,...

kind/feature-request
triage/accepted