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

io.kokuwa.maven.helm.pojo.Catalog Maven / Gradle / Ivy

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