Replies: 1 comment 8 replies
-
What does it mean to have "version"? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just wondering what's community's take on adding version to
Gateway
as part of the extended conformance.version
would designate the version of implementation to be used (i.e. a version of an image).The idea behind this would be to decrease the reference chain with current possibilities (an object referenced by
GatewayClass
, which in turn is referenced byGateway
).It does make sense for e.g. Kong's implementation, but we'd also like to gauge the support/need for such change from the community?
Would anyone be strongly opposed to putting such a thing into extended?
( Another possible field to consider would be the registry/image name to be used. Hypothetically, if that would also get traction then we might consider a different approach than solely with
version
)Beta Was this translation helpful? Give feedback.
All reactions