Class KubernetesDeploymentTargetBuildItem

  • All Implemented Interfaces:
    Comparable<KubernetesDeploymentTargetBuildItem>

    public final class KubernetesDeploymentTargetBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    implements Comparable<KubernetesDeploymentTargetBuildItem>
    Used to control which Kubernetes targets have their files generated and which get deployed Since these can be generated by various locations, code that needs the "final" set of items, should use the mergeList method to get a new list with merged items. Furthermore, if priorities need to be taken into account, the merged list should also be sorted