Uses of Class
io.quarkus.kubernetes.spi.KubernetesDeploymentTargetBuildItem
-
-
Uses of KubernetesDeploymentTargetBuildItem in io.quarkus.kubernetes.spi
Methods in io.quarkus.kubernetes.spi that return types with arguments of type KubernetesDeploymentTargetBuildItem Modifier and Type Method Description static List<KubernetesDeploymentTargetBuildItem>KubernetesDeploymentTargetBuildItem. mergeList(List<KubernetesDeploymentTargetBuildItem> input)Return a new list containing from the input where entries that matchnameandkindas merged together based onmergeMethods in io.quarkus.kubernetes.spi with parameters of type KubernetesDeploymentTargetBuildItem Modifier and Type Method Description intKubernetesDeploymentTargetBuildItem. compareTo(KubernetesDeploymentTargetBuildItem o)booleanKubernetesDeploymentTargetBuildItem. nameAndKindMatch(KubernetesDeploymentTargetBuildItem other)booleanKubernetesDeploymentTargetBuildItem. nameAndKindMatchButNotEquals(KubernetesDeploymentTargetBuildItem other)Method parameters in io.quarkus.kubernetes.spi with type arguments of type KubernetesDeploymentTargetBuildItem Modifier and Type Method Description static List<KubernetesDeploymentTargetBuildItem>KubernetesDeploymentTargetBuildItem. mergeList(List<KubernetesDeploymentTargetBuildItem> input)Return a new list containing from the input where entries that matchnameandkindas merged together based onmerge
-