Reduce informer memory usage by informer transform (#1203)

This fix reduces multus-daemon memory usage with k8s 0.29 informer
transform to trim unnecessary Pod object information to multus.
This commit is contained in:
Tomofumi Hayashi
2024-01-18 23:32:21 +09:00
committed by GitHub
parent a70da3556a
commit 40687759fb
633 changed files with 56945 additions and 25259 deletions

View File

@@ -20,6 +20,6 @@ limitations under the License.
// +k8s:prerelease-lifecycle-gen=true
// Package policy is for any kind of policy object. Suitable examples, even if
// they aren't all here, are PodDisruptionBudget, PodSecurityPolicy,
// they aren't all here, are PodDisruptionBudget,
// NetworkPolicy, etc.
package v1beta1 // import "k8s.io/api/policy/v1beta1"