Aleksandr Dubinsky
Aleksandr Dubinsky
Sorry if this is not the best place to discuss this, but here goes: AMD has recently pivoted in its GPGPU strategy. They have a new open-source software stack, ROCm,...
Hi, it'd be nice if there were a hook for generating `values.schema.json` by executing a static method in the app. And also to generate `values.yaml` itself. (I would write a...
I would like to specify a source configmap by name. Seems like very basic functionality and can be efficiently implemented by a field selector.
Validators like the Helm validator make a distinction between required and nullable properties. This makes sense. This commit: - Allows primitive properties to be optional (they may have default values,...
Resolves #160 Tests pass. This has the same behavior as 1.0.39, with fix to #152. Most of the changes are straight conversions from Scala to Java. Use of Option and...
This thing being written in Scala is a problem: - a bunch of extra dependencies - difficulty in making contributions This library would be better if it was written in...
Recurse through the type hierarchic to discover all subtypes. Also I couldn't help but rewrite the superfluous and obtuse functional coding style. Ugh. Is this what all Scala code looks...
I don't understand the motivation for the original code, but this change works much better with the UI and makes more sense. - Set a type's title to the one...
Thank you for creating this library! It seems that the way this library works is that it generates a schema for serialization. Ie, it looks at @JsonValue instead of @JsonCreator....