Uses of Enum Class
io.quarkus.kubernetes.deployment.DeploymentResourceKind
Packages that use DeploymentResourceKind
-
Uses of DeploymentResourceKind in io.quarkus.kubernetes.deployment
Methods in io.quarkus.kubernetes.deployment that return DeploymentResourceKindModifier and TypeMethodDescriptionstatic DeploymentResourceKindDeploymentTargetEntry.getDeploymentResourceKind()default DeploymentResourceKindKubernetesConfig.getDeploymentResourceKind(io.quarkus.deployment.Capabilities capabilities) default DeploymentResourceKindOpenShiftConfig.getDeploymentResourceKind(io.quarkus.deployment.Capabilities capabilities) static DeploymentResourceKindReturns the enum constant of this class with the specified name.static DeploymentResourceKind[]DeploymentResourceKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.kubernetes.deployment that return types with arguments of type DeploymentResourceKindModifier and TypeMethodDescriptionKubernetesConfig.deploymentKind()The kind of the deployment resource to use.OpenShiftConfig.deploymentKind()The kind of the deployment resource to use.Constructors in io.quarkus.kubernetes.deployment with parameters of type DeploymentResourceKindModifierConstructorDescriptionDeploymentTargetEntry(String name, DeploymentResourceKind kind, int priority, DeployStrategy deployStrategy)