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

io.quarkiverse.helm.deployment.ExpressionConfig Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package io.quarkiverse.helm.deployment;

public interface ExpressionConfig {

    /**
     * The YAMLPath path where to include the template within the resource.
     */
    String path();

    /**
     * The expression template to include.
     */
    String expression();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy