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