Class RemoveOptionalFromSecretEnvSourceDecorator

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Visitor<io.fabric8.kubernetes.api.builder.VisitableBuilder>, Comparable<io.dekorate.kubernetes.decorator.Decorator>

    public class RemoveOptionalFromSecretEnvSourceDecorator
    extends io.dekorate.kubernetes.decorator.ApplicationContainerDecorator<io.fabric8.kubernetes.api.model.SecretEnvSourceFluent>
    • Field Summary

      • Fields inherited from class io.dekorate.kubernetes.decorator.ApplicationContainerDecorator

        ANY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Class<? extends io.dekorate.kubernetes.decorator.Decorator>[] after()  
      void andThenVisit​(io.fabric8.kubernetes.api.model.SecretEnvSourceFluent ref)  
      • Methods inherited from class io.dekorate.kubernetes.decorator.ApplicationContainerDecorator

        isApplicable, visit
      • Methods inherited from class io.dekorate.kubernetes.decorator.Decorator

        before, compareTo
      • Methods inherited from class io.fabric8.kubernetes.api.builder.TypedVisitor

        getType
    • Constructor Detail

      • RemoveOptionalFromSecretEnvSourceDecorator

        public RemoveOptionalFromSecretEnvSourceDecorator()
    • Method Detail

      • andThenVisit

        public void andThenVisit​(io.fabric8.kubernetes.api.model.SecretEnvSourceFluent ref)
        Specified by:
        andThenVisit in class io.dekorate.kubernetes.decorator.ApplicationContainerDecorator<io.fabric8.kubernetes.api.model.SecretEnvSourceFluent>
      • after

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