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 Details

  • Constructor Details

    • Kube

      public Kube()
  • Method Details

    • 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:
      execute in interface org.aesh.command.Command