vidispine / hull

The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows
https://github.com/vidispine/hull
Apache License 2.0
231 stars 13 forks source link

Support creation of K8s Gateway API objects #345

Open eshepelyuk opened 3 weeks ago

eshepelyuk commented 3 weeks ago

Since Gateway API adoption grows, it would be great to add first class support in hull.objects section for following resources.

gre9ory commented 3 weeks ago

Even if the customresource object type is very flexible and can support any object essentially, I like the idea of making an exception here for central concepts such as Gateway API. Same way I felt about servicemonitor support.

Was looking at Gateway API from time to time but had no touching points at work so far - but this is starting to change now too. And I feel it is becoming more widespread so would be cool to have it integrated early if it is gonna make Ingress API obsolete, The schema support would be helpful for everybody I agree.

@Baum053 What do you think about that? If you want - and find the time - you could add a new object type to HULL?