Closed h0tbird closed 4 years ago
Another option for the format would be to use a JSON list for the document, providing backward compatibility with the contents being a map (i.e. single entry). That only works if there's a way in the Tiltfile/Starlark to check if provider_details
is an array vs a map.
/milestone v0.3.x
/help
@CecileRobertMichon: This request has been marked as needing help from a contributor.
Please ensure the request meets the requirements listed here.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help
command.
/priority important-soon
Thank you @ncdc. I have implemented a solution which I think is backwards compatible.
/lifecycle active /assign @h0tbird
User Story
As a developer I want to be able to define multiple Tilt providers per repository. This is useful for developing CAPI providers that include multiple operators (main.go).
Detailed Description
Let’s say I am working on a new CAPA operator/controller in
bootstrap/eks
. Mytilt-provider.json
might look like this:Anything else you would like to add:
FWIW I have this hack right now but it has two bugs, see the TODO comments:
/kind feature