io.kokuwa.maven.helm.pojo.Catalog Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helm-maven-plugin Show documentation
Show all versions of helm-maven-plugin Show documentation
A plugin for executing HELM (https://docs.helm.sh).
The newest version!
package io.kokuwa.maven.helm.pojo;
import java.net.URL;
import java.nio.file.Path;
import lombok.Data;
@Data
public class Catalog {
private final Path chart;
private final URL uploadUrl;
private final String uploadResponseType;
private final String uploadResponse;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy