Uses of Enum Class
io.quarkus.kubernetes.deployment.KubernetesConfig.DeploymentResourceKind
Packages that use KubernetesConfig.DeploymentResourceKind
-
Uses of KubernetesConfig.DeploymentResourceKind in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment with type parameters of type KubernetesConfig.DeploymentResourceKindModifier and TypeFieldDescription(package private) Optional<KubernetesConfig.DeploymentResourceKind>KubernetesConfig.deploymentKindThe kind of the deployment resource to use.Methods in io.quarkus.kubernetes.deployment that return KubernetesConfig.DeploymentResourceKindModifier and TypeMethodDescriptionKubernetesConfig.getDeploymentResourceKind(io.quarkus.deployment.Capabilities capabilities) Returns the enum constant of this class with the specified name.KubernetesConfig.DeploymentResourceKind.values()Returns an array containing the constants of this enum class, in the order they are declared.