All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.helm.deployment.ValueReferenceConfig.jdp Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
io.quarkiverse.helm.deployment.ValueReferenceConfig.description=Description of the property.
io.quarkiverse.helm.deployment.ValueReferenceConfig.expression=If not provided, it will use `{{ .Values.. }}`.\n\n@return The complete Helm expression to be replaced with.
io.quarkiverse.helm.deployment.ValueReferenceConfig.maximum=Maximum value allowed for this property.
io.quarkiverse.helm.deployment.ValueReferenceConfig.minimum=Minimum value allowed for this property.
io.quarkiverse.helm.deployment.ValueReferenceConfig.paths=A comma-separated list of YAMLPath expressions to map the Dekorate auto-generated properties to the final\nHelm values file.
io.quarkiverse.helm.deployment.ValueReferenceConfig.pattern=Pattern to validate the value of this property.
io.quarkiverse.helm.deployment.ValueReferenceConfig.profile=The profile where this value reference will be mapped to.\nFor example, if the profile is `dev`, then a `values.dev.yml` file will be created with the value.
io.quarkiverse.helm.deployment.ValueReferenceConfig.property=The name of the property that will be present in the Helm values file. If the property starts with `@.`, then the\nproperty won't be added under the root element in the generated `values.yaml` file.
io.quarkiverse.helm.deployment.ValueReferenceConfig.required=If true, then this property is mandatory.
io.quarkiverse.helm.deployment.ValueReferenceConfig.value=The value that the property will have in the Helm values file.\nIf not set, the extension will resolve it from the generated artifacts.
io.quarkiverse.helm.deployment.ValueReferenceConfig.valueAsBool=The boolean value that the property will have in the Helm values file.\nIf not set, the extension will resolve it from the generated artifacts.
io.quarkiverse.helm.deployment.ValueReferenceConfig.valueAsInt=The integer value that the property will have in the Helm values file.\nIf not set, the extension will resolve it from the generated artifacts.
io.quarkiverse.helm.deployment.ValueReferenceConfig.valueAsList=A list separated by comma that the property will have in the Helm values file.\nIf not set, the extension will resolve it from the generated artifacts.
io.quarkiverse.helm.deployment.ValueReferenceConfig.valueAsMap=The map value that the property will have in the Helm values file.\nIf not set, the extension will resolve it from the generated artifacts.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy