Class RemoveCommandDecorator

java.lang.Object
io.fabric8.kubernetes.api.builder.TypedVisitor<T>
io.dekorate.kubernetes.decorator.Decorator<io.fabric8.kubernetes.api.builder.VisitableBuilder>
io.dekorate.kubernetes.decorator.ApplicationContainerDecorator<io.fabric8.kubernetes.api.model.ContainerFluent<?>>
io.quarkus.kubernetes.deployment.RemoveCommandDecorator
All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Visitor<io.fabric8.kubernetes.api.builder.VisitableBuilder>, Comparable<io.dekorate.kubernetes.decorator.Decorator>

public class RemoveCommandDecorator extends io.dekorate.kubernetes.decorator.ApplicationContainerDecorator<io.fabric8.kubernetes.api.model.ContainerFluent<?>>
  • Field Summary

    Fields inherited from class io.dekorate.kubernetes.decorator.Decorator

    ANY
  • Constructor Summary

    Constructors
    Constructor
    Description
    RemoveCommandDecorator(String deploymentName, String containerName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    andThenVisit(io.fabric8.kubernetes.api.model.ContainerFluent<?> container)
     

    Methods inherited from class io.dekorate.kubernetes.decorator.ApplicationContainerDecorator

    after, getContainerName, getDeploymentName, isApplicable, visit

    Methods inherited from class io.dekorate.kubernetes.decorator.Decorator

    before, compareTo

    Methods inherited from class io.fabric8.kubernetes.api.builder.TypedVisitor

    getType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.fabric8.kubernetes.api.builder.Visitor

    addRequirement, addRequirement, canVisit, getRequirement, hasItem, hasVisitMethodMatching, order, visit
  • Constructor Details

    • RemoveCommandDecorator

      public RemoveCommandDecorator(String deploymentName, String containerName)
  • Method Details

    • andThenVisit

      public void andThenVisit(io.fabric8.kubernetes.api.model.ContainerFluent<?> container)
      Specified by:
      andThenVisit in class io.dekorate.kubernetes.decorator.ApplicationContainerDecorator<io.fabric8.kubernetes.api.model.ContainerFluent<?>>