addPodAwareProcessor abstract method
void
addPodAwareProcessor(
- PodAwareProcessor processor
inherited
Registers a new pod-aware processor.
Processors are called during pod creation and can modify pod definitions or instances.
Usage Example:
factory.addPodAwareProcessor(MyCustomPodProcessor());
@param processor The processor to register
Implementation
void addPodAwareProcessor(PodAwareProcessor processor);