Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The attribute of ‘responseHeaderModifier’ is not in class named io.fabric8.kubernetes.api.model.gatewayapi.v1beta1.HTTPRouteFilter #4804

Closed
chenylh opened this issue Jan 29, 2023 · 2 comments · Fixed by #4731
Assignees
Milestone

Comments

@chenylh
Copy link

chenylh commented Jan 29, 2023

Describe the bug

Class io.fabric8.kubernetes.api.model.gatewayapi.v1beta1.HTTPRouteFilter is missing attribute ‘responseHeaderModifier’

Reference address:
https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.HTTPRouteFilter

Fabric8 Kubernetes Client version

6.4.0

Steps to reproduce

io.fabric8.kubernetes.api.model.gatewayapi.v1beta1.HTTPRouteFilter

Expected behavior

io.fabric8.kubernetes.api.model.gatewayapi.v1beta1.HTTPRouteFilter

Runtime

Kubernetes (vanilla)

Kubernetes API Server version

1.25.3@latest

Environment

macOS

Fabric8 Kubernetes Client Logs

io.fabric8.kubernetes.api.model.gatewayapi.v1beta1.HTTPRouteFilter

Additional context

io.fabric8.kubernetes.api.model.gatewayapi.v1beta1.HTTPRouteFilter

@shawkins
Copy link
Contributor

shawkins commented Feb 1, 2023

I think this requires updating the go.mod in kubernetes-model-generator to use v0.6.0 of the gateway dependency. @rohanKanojia @manusa how is this typically handled?

@rohanKanojia
Copy link
Member

I think we need to modify this to use v0.6.0

sigs.k8s.io/gateway-api v0.5.0

I'm working on updating k8s model at the moment. Let me take care of this

@rohanKanojia rohanKanojia self-assigned this Feb 1, 2023
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Feb 2, 2023
…Api to v0.6.0 (fabric8io#4804)

+ Update `sigs.k8s.io/gateway-api` dependency to v0.6.0
+ v1alpha2 ReferencePolicy struct removed from model in favor of
  ReferenceGrant

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Feb 2, 2023
…Api to v0.6.0 (fabric8io#4804)

+ Update `sigs.k8s.io/gateway-api` dependency to v0.6.0
+ v1alpha2 ReferencePolicy struct removed from model in favor of
  ReferenceGrant

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
rohanKanojia added a commit to rohanKanojia/kubernetes-client that referenced this issue Feb 3, 2023
…Api to v0.6.0 (fabric8io#4804)

+ Update `sigs.k8s.io/gateway-api` dependency to v0.6.0
+ v1alpha2 ReferencePolicy struct removed from model in favor of
  ReferenceGrant

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
manusa pushed a commit that referenced this issue Feb 6, 2023
…Api to v0.6.0 (#4804)

+ Update `sigs.k8s.io/gateway-api` dependency to v0.6.0
+ v1alpha2 ReferencePolicy struct removed from model in favor of
  ReferenceGrant

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
@manusa manusa modified the milestones: 6.5, 6.5.0 Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants