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

io.jshift.maven.enricher.api.util.SecretConstants Maven / Gradle / Ivy

The newest version!
package io.jshift.maven.enricher.api.util;


public class SecretConstants {
    public static String KIND = "Secret";
    public static String DOCKER_CONFIG_TYPE = "kubernetes.io/dockercfg";
    public static String DOCKER_DATA_KEY = ".dockercfg";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy