Class 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>
    • Constructor Detail

      • Kube

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