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

io.quarkiverse.playpen.kubernetes.crds.ExposePolicy Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.quarkiverse.playpen.kubernetes.crds;

public enum ExposePolicy {
    none,
    route,
    secureRoute,
    nodePort,
    ingress
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy