Lior Okman
Lior Okman
Sometimes options can contain the comma character as part of the option payload. The `Parse()` method currently mangles the output. I have: ```golang type t struct { Reason string `json:"reason"...
keps/sig-node: add KEP for shared-burstable-limits - pod level resource limits
*Description*: The way that EG sets up `HTTPRoute`s by default in Envoy Proxy today is that if TLS is enabled downstream, then ALPN negotiation is enabled with the default values...
*Description*: The Extension Server protocol supports four hooks today. Only one of these hooks supports receiving context as part of its invocation. While it's possible to register a CRD and...
The NewInNamespace function allows initializing an IPVS handle using an already initialized netns.Handle.
**What this PR does / why we need it**: This PR implements extension server policies which can be attached to HTTP listeners. See the full description in the issue (#2975)...
**What this PR does / why we need it**: The provider caches `extensionRef` instances based on their name and namespace. But the actual object stored is an Unstructured instance, which...
If `NetworkManager` is active, but the configured DNS plugin is `systemd-resolved`, then `IsNetworkManager` should return `false`. The correct way to configure the system in this case is via the `systemd-resolved`...
**What this PR does / why we need it**: This PR implements target selectors for policies **Which issue(s) this PR fixes**: Fixes #3607