Class ValuesSchema
java.lang.Object
io.quarkiverse.helm.deployment.model.ValuesSchema
Represents the Values Schema json file.
More information in here
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()getType()voidsetProperties(Map<String, ValuesSchemaProperty> properties) voidsetRequired(Set<String> required) voidvoidvoid
-
Constructor Details
-
ValuesSchema
public ValuesSchema()
-
-
Method Details
-
getSchema
-
setSchema
-
getType
-
setType
-
getTitle
-
setTitle
-
getProperties
-
setProperties
-
getRequired
-
setRequired
-