Package io.quarkus.kubernetes.spi
Class KubernetesCommandBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.SimpleBuildItem
-
- io.quarkus.kubernetes.spi.KubernetesCommandBuildItem
-
public final class KubernetesCommandBuildItem extends io.quarkus.builder.item.SimpleBuildItem
-
-
Constructor Summary
Constructors Constructor Description KubernetesCommandBuildItem(List<String> command, List<String> args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KubernetesCommandBuildItemcommand(String... cmd)static KubernetesCommandBuildItemcommand(List<String> cmd)static KubernetesCommandBuildItemcommandWithArgs(String cmd, List<String> args)List<String>getArgs()List<String>getCommand()
-
-
-
Method Detail
-
command
public static KubernetesCommandBuildItem command(String... cmd)
-
command
public static KubernetesCommandBuildItem command(List<String> cmd)
-
commandWithArgs
public static KubernetesCommandBuildItem commandWithArgs(String cmd, List<String> args)
-
-