Open howardjohn opened 7 months ago
That is neat, agreed.
Let's leave this for the stale bot though and unstale as necessary.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
Assuming we'll need to either wait until 5 trailing versions of Kubernetes support this field or release separate versions of the CRDs for newer Kubernetes versions. In any case, I'm supportive of adding this as soon as it's practical.
/remove-lifecycle rotten
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
https://github.com/kubernetes/kubernetes/pull/122717
I would imagine at least
Gateway.spec.gatewayClassName
andGatewayClass.spec.controllerName
could be handy.For routes probably nothing; parentRef is nice in theory but a controller needs to cleanup if its removed from parentRefs, and parentRef is a struct which makes it infeasible I suspect.
This is alpha in 1.30 so probably this is a very long term change