Package io.quarkus.kubernetes.deployment
Class RemoveOptionalFromSecretKeySelectorDecorator
java.lang.Object
io.fabric8.kubernetes.api.builder.TypedVisitor<io.fabric8.kubernetes.api.builder.VisitableBuilder>
io.dekorate.kubernetes.decorator.Decorator<io.fabric8.kubernetes.api.builder.VisitableBuilder>
io.dekorate.kubernetes.decorator.ApplicationContainerDecorator<io.fabric8.kubernetes.api.model.SecretKeySelectorFluent>
io.quarkus.kubernetes.deployment.RemoveOptionalFromSecretKeySelectorDecorator
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Visitor<io.fabric8.kubernetes.api.builder.VisitableBuilder>,Comparable<io.dekorate.kubernetes.decorator.Decorator>
public class RemoveOptionalFromSecretKeySelectorDecorator
extends io.dekorate.kubernetes.decorator.ApplicationContainerDecorator<io.fabric8.kubernetes.api.model.SecretKeySelectorFluent>
-
Field Summary
Fields inherited from class io.dekorate.kubernetes.decorator.Decorator
ANY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends io.dekorate.kubernetes.decorator.Decorator>[]after()voidandThenVisit(io.fabric8.kubernetes.api.model.SecretKeySelectorFluent fluent) Methods inherited from class io.dekorate.kubernetes.decorator.ApplicationContainerDecorator
getContainerName, getDeploymentName, isApplicable, visitMethods inherited from class io.dekorate.kubernetes.decorator.Decorator
before, compareToMethods inherited from class io.fabric8.kubernetes.api.builder.TypedVisitor
getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fabric8.kubernetes.api.builder.Visitor
addRequirement, addRequirement, canVisit, getRequirement, hasItem, hasVisitMethodMatching, order, visit
-
Constructor Details
-
RemoveOptionalFromSecretKeySelectorDecorator
public RemoveOptionalFromSecretKeySelectorDecorator()
-
-
Method Details
-
andThenVisit
public void andThenVisit(io.fabric8.kubernetes.api.model.SecretKeySelectorFluent fluent) - Specified by:
andThenVisitin classio.dekorate.kubernetes.decorator.ApplicationContainerDecorator<io.fabric8.kubernetes.api.model.SecretKeySelectorFluent>
-
after
- Overrides:
afterin classio.dekorate.kubernetes.decorator.ApplicationContainerDecorator<io.fabric8.kubernetes.api.model.SecretKeySelectorFluent>
-