Uses of Enum Class
io.quarkus.kubernetes.deployment.DeploymentResourceKind
Packages that use DeploymentResourceKind
-
Uses of DeploymentResourceKind in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type DeploymentResourceKindModifier and TypeFieldDescription(package private) Optional<DeploymentResourceKind>KubernetesConfig.deploymentKindThe kind of the deployment resource to use.(package private) Optional<DeploymentResourceKind>OpenshiftConfig.deploymentKindThe kind of the deployment resource to use.Methods in io.quarkus.kubernetes.deployment that return DeploymentResourceKindModifier and TypeMethodDescriptionstatic final DeploymentResourceKindDeploymentTargetEntry.getDeploymentResourceKind()KubernetesConfig.getDeploymentResourceKind(io.quarkus.deployment.Capabilities capabilities) OpenshiftConfig.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.Constructors in io.quarkus.kubernetes.deployment with parameters of type DeploymentResourceKindModifierConstructorDescriptionDeploymentTargetEntry(String name, DeploymentResourceKind kind, int priority, DeployStrategy deployStrategy)