generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
What happened:
InferencePool.Status.Parents.ParentRef
is currently using corev1.ObjectReference
:
GatewayRef corev1.ObjectReference `json:"parentRef"` |
What you expected to happen:
The definition of corev1.ObjectReference
strongly discourages the use of this type. We should follow that guidance and switch to a custom ObjectReference type here. To help ensure that this is largely backwards-compatible and consistent with Gateway API, we should copy the ParentGatewayReference from Gateway API.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.