Class Kube
java.lang.Object
org.infinispan.cli.commands.kubernetes.Kube
- All Implemented Interfaces:
org.aesh.command.Command
- Since:
- 12.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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 Details
-
DEFAULT_CLUSTER_NAME
- See Also:
-
-
Constructor Details
-
Kube
public Kube()
-
-
Method Details
-
getProperty
public static <T> T getProperty(io.fabric8.kubernetes.api.model.GenericKubernetesResource item, String... names) -
setProperty
-
execute
public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation invocation) - Specified by:
executein interfaceorg.aesh.command.Command
-