Proper interface to interact with the resource dynamicily #522
Replies: 1 comment 2 replies
-
Hi @Ianzhao071102! Thanks for the proposal, but I don't think this is worth doing. This API would "just" create the Kube resources, which you can already do directly with Kube's API. Also, I would have to do all the "classic API stuff" like authorization, etc... Something Kube already has and do pretty well I must confess. Also, the CRDs Shulker exposes are already quite high level, so oversimplifying them would prevent some to fulfill some use-cases, which seems counterproductive at best. However, Shulker has a GRPC API for some very specific use-cases (like spawning a new server from an existing Fleet, which allows to provision servers dynamically). This API can totally be expanded for some other special use-cases, but I'm afraid a REST-like management is not one of them. I'm really interested knowing why you need such a feature, I can possibly help you think about an alternative? I've no issue thinking about a tech solution if you have a specific need :) Thanks! |
Beta Was this translation helpful? Give feedback.
-
Like a REST api that provides higher level of abstraction than the k8s api server
Beta Was this translation helpful? Give feedback.
All reactions