Class RemoveEnvVarDecorator

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.container.image.openshift.deployment.RemoveEnvVarDecorator
All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Visitor<io.fabric8.kubernetes.api.builder.VisitableBuilder>, Comparable<io.dekorate.kubernetes.decorator.Decorator>

public class RemoveEnvVarDecorator 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
     
    RemoveEnvVarDecorator(String name, String envVarName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends io.dekorate.kubernetes.decorator.Decorator>[]
     
    void
    andThenVisit(io.fabric8.kubernetes.api.model.ContainerFluent<?> container)
     
    boolean
     
     
    int
     

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

    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, finalize, getClass, 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

    • RemoveEnvVarDecorator

      public RemoveEnvVarDecorator(String envVarName)
    • RemoveEnvVarDecorator

      public RemoveEnvVarDecorator(String name, String envVarName)
  • 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<?>>
    • getEnvVarKey

      public String getEnvVarKey()
    • after

      public Class<? extends io.dekorate.kubernetes.decorator.Decorator>[] after()
      Overrides:
      after in class io.dekorate.kubernetes.decorator.ApplicationContainerDecorator<io.fabric8.kubernetes.api.model.ContainerFluent<?>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object