Uses of Interface
org.csanchez.jenkins.plugins.kubernetes.pod.decorator.PodDecorator
Packages that use PodDecorator
Package
Description
-
Uses of PodDecorator in org.csanchez.jenkins.plugins.kubernetes
Classes in org.csanchez.jenkins.plugins.kubernetes that implement PodDecoratorModifier and TypeClassDescriptionclassPodDecoratorallowing to inject in all containers asecurityContextallowing to use therestrictedPod Security Standard. -
Uses of PodDecorator in org.csanchez.jenkins.plugins.kubernetes.pod.decorator
Classes in org.csanchez.jenkins.plugins.kubernetes.pod.decorator that implement PodDecoratorModifier and TypeClassDescriptionclassSets the default node selector to linux if it hasn't been set explicitly in the pod before.classSets the restart policy to Never.classSets a workspace volume mounted in all containers.