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_NAMEstatic StringINFINISPAN_SERVICE_LABEL
-
Constructor Summary
Constructors Constructor Description Kube()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexecute(org.aesh.command.invocation.CommandInvocation invocation)
-
-
-
Field Detail
-
DEFAULT_CLUSTER_NAME
public static final String DEFAULT_CLUSTER_NAME
- See Also:
- Constant Field Values
-
INFINISPAN_SERVICE_LABEL
public static final String INFINISPAN_SERVICE_LABEL
- See Also:
- Constant Field Values
-
-