Uses of Class
io.quarkus.kubernetes.deployment.OpenshiftConfig.DeploymentResourceKind
-
Packages that use OpenshiftConfig.DeploymentResourceKind Package Description io.quarkus.kubernetes.deployment -
-
Uses of OpenshiftConfig.DeploymentResourceKind in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type OpenshiftConfig.DeploymentResourceKind Modifier and Type Field Description (package private) Optional<OpenshiftConfig.DeploymentResourceKind>OpenshiftConfig. deploymentKindThe kind of the deployment resource to use.Methods in io.quarkus.kubernetes.deployment that return OpenshiftConfig.DeploymentResourceKind Modifier and Type Method Description OpenshiftConfig.DeploymentResourceKindOpenshiftConfig. getDeploymentResourceKind(io.quarkus.deployment.Capabilities capabilities)static OpenshiftConfig.DeploymentResourceKindOpenshiftConfig.DeploymentResourceKind. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenshiftConfig.DeploymentResourceKind[]OpenshiftConfig.DeploymentResourceKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-