Uses of Class
org.csanchez.jenkins.plugins.kubernetes.pod.decorator.PodDecoratorException
Packages that use PodDecoratorException
-
Uses of PodDecoratorException in org.csanchez.jenkins.plugins.kubernetes.pod.decorator
Methods in org.csanchez.jenkins.plugins.kubernetes.pod.decorator that throw PodDecoratorExceptionModifier and TypeMethodDescriptionstatic io.fabric8.kubernetes.api.model.Pod
PodDecorator.decorateAll
(KubernetesCloud kubernetesCloud, io.fabric8.kubernetes.api.model.Pod pod) Goes through all thePodDecorator
extensions and decorates the pod.