generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
In a few places in tests we create pools, models and pods. We used at the wrapper pattern in a few projects and it worked generally well. I think we can follow the same pattern here.
#350 introduces the wrapper pkg and adds the PodWrapper, we can follow up with InferencePoolWrapper, InferenceModelWrapper, PodMetricsWrapper and RequestWrapper (for which we have some functions that we can repurpose https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/main/pkg/ext-proc/test/utils.go#L63).
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.