Class ExecFluent<A extends ExecFluent<A>>

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Fluent<A>, io.fabric8.kubernetes.api.builder.Visitable<A>
    Direct Known Subclasses:
    ExecBuilder, PostStartFluent.ExecNested

    public class ExecFluent<A extends ExecFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • ExecFluent

        public ExecFluent()
      • ExecFluent

        public ExecFluent​(Exec instance)
    • Method Detail

      • addToCommand

        public A addToCommand​(int index,
                              String item)
      • setToCommand

        public A setToCommand​(int index,
                              String item)
      • addToCommand

        public A addToCommand​(String... items)
      • removeFromCommand

        public A removeFromCommand​(String... items)
      • getCommand

        public String getCommand​(int index)
      • getFirstCommand

        public String getFirstCommand()
      • getLastCommand

        public String getLastCommand()
      • hasMatchingCommand

        public boolean hasMatchingCommand​(Predicate<String> predicate)
      • withCommand

        public A withCommand​(List<String> command)
      • withCommand

        public A withCommand​(String... command)
      • hasCommand

        public boolean hasCommand()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ExecFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ExecFluent<A>>