Uses of Class
io.quarkus.kubernetes.deployment.KubernetesConfig.DeploymentResourceKind
-
-
Uses of KubernetesConfig.DeploymentResourceKind in io.quarkus.kubernetes.deployment
Fields in io.quarkus.kubernetes.deployment declared as KubernetesConfig.DeploymentResourceKind Modifier and Type Field Description (package private) KubernetesConfig.DeploymentResourceKindKubernetesConfig. deploymentKindThe kind of the deployment resource to use.Methods in io.quarkus.kubernetes.deployment that return KubernetesConfig.DeploymentResourceKind Modifier and Type Method Description 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.
-