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

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

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

import java.util.Optional;

public interface MaintainerConfig {
    /**
     * Name of the maintainer.
     */
    Optional name();

    /**
     * Email of the maintainer.
     */
    Optional email();

    /**
     * URL profile of the maintainer.
     */
    Optional url();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy