Replies: 1 comment 5 replies
-
actually.... YES :D I think I'll rename everything to match kubernetes terminology. In v7 and below, there was a mix which bothered me for a long time. |
Beta Was this translation helpful? Give feedback.
5 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.
-
In the latest code it looks like the
resource
terminology is being replaced fully withentity
IResourceController<TEntity>
->IEntityConrtroller<TEntity>
I was wondering if I have missed my understanding in Kubernetes, they seem to call everything resources (for example Custom Resources Definitions, CRD)
Should we not use the same terminology?
i.e.
IResourceController<TResourceDefinition>
(i little verbose, but hopefully it makes sense)Beta Was this translation helpful? Give feedback.
All reactions