Package io.quarkus.kubernetes.deployment
Class DeploymentTargetEntry
- java.lang.Object
-
- io.quarkus.kubernetes.deployment.DeploymentTargetEntry
-
public class DeploymentTargetEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentTargetEntry(String name, String kind, int priority, DeployStrategy deployStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployStrategygetDeployStrategy()StringgetKind()StringgetName()intgetPriority()
-
-
-
Constructor Detail
-
DeploymentTargetEntry
public DeploymentTargetEntry(String name, String kind, int priority, DeployStrategy deployStrategy)
-
-
Method Detail
-
getName
public String getName()
-
getKind
public String getKind()
-
getPriority
public int getPriority()
-
getDeployStrategy
public DeployStrategy getDeployStrategy()
-
-