You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose an idea for something like BuildStructAgentAddon, that takes in some interface{} which implements a Manifests() method which has default values and values you can pass in.
Essentially a downstream operator could just maintain the objects they manage as k8s structs instead of helm or Go templates, so such a function, makes it much easier for those operators to create agent addons based on pre-existing code. Also, has added benefit that linting/updating manifests/managing versions in Go is much easier.
The text was updated successfully, but these errors were encountered:
I would like to propose an idea for something like
BuildStructAgentAddon
, that takes in some interface{} which implements a Manifests() method which has default values and values you can pass in.Essentially a downstream operator could just maintain the objects they manage as k8s structs instead of helm or Go templates, so such a function, makes it much easier for those operators to create agent addons based on pre-existing code. Also, has added benefit that linting/updating manifests/managing versions in Go is much easier.
The text was updated successfully, but these errors were encountered: