kubernetes-client icon indicating copy to clipboard operation
kubernetes-client copied to clipboard

Remove deprecated gateway-api APIs

Open thiagogcm opened this issue 1 year ago • 4 comments

Is your enhancement related to a problem? Please describe

As of gateway-api v0.6.0, GatewayClass, Gateway, and HTTPRoute resources on v1alpha2 are deprecated for removal: https://github.com/kubernetes-sigs/gateway-api/pull/1405

Describe the solution you'd like

Cleanup such resources

Describe alternatives you've considered

No response

Additional context

No response

thiagogcm avatar Mar 08 '23 16:03 thiagogcm

From the linked upstream PR, as far as I can tell, the types are not removed but just deprecated. Your PR is removing those Java types which might still be in use by some of the Fabric8 client users. Until those types are effectively removed upstream, our only suitable change would be to mark them as deprecated, but not remove them.

manusa avatar Mar 09 '23 11:03 manusa

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

stale[bot] avatar Jun 08 '23 15:06 stale[bot]

We might consider this as part of 7.0 to clean up our extensions

manusa avatar Apr 26 '24 05:04 manusa

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

stale[bot] avatar Jul 26 '24 01:07 stale[bot]

Deprecated classes have been removed in #6227 as part of the new model generation strategy (#6130).

manusa avatar Oct 07 '24 07:10 manusa