Class Kube
- java.lang.Object
-
- org.infinispan.cli.commands.kubernetes.Kube
-
- All Implemented Interfaces:
org.aesh.command.Command
public class Kube extends Object implements org.aesh.command.Command
- Since:
- 12.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CLUSTER_NAME
-
Constructor Summary
Constructors Constructor Description Kube()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexecute(org.aesh.command.invocation.CommandInvocation invocation)static <T> TgetProperty(io.fabric8.kubernetes.api.model.GenericKubernetesResource item, String... names)static voidsetProperty(io.fabric8.kubernetes.api.model.GenericKubernetesResource item, String value, String... names)
-
-
-
Field Detail
-
DEFAULT_CLUSTER_NAME
public static final String DEFAULT_CLUSTER_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProperty
public static <T> T getProperty(io.fabric8.kubernetes.api.model.GenericKubernetesResource item, String... names)
-
setProperty
public static void setProperty(io.fabric8.kubernetes.api.model.GenericKubernetesResource item, String value, String... names)
-
execute
public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation invocation)
- Specified by:
executein interfaceorg.aesh.command.Command
-
-