public interface Watcher
extends org.eclipse.jkube.kit.common.Named
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs,
Collection<io.fabric8.kubernetes.api.model.HasMetadata> resources,
org.eclipse.jkube.kit.config.resource.PlatformMode mode)
Check whether this watcher should kick in.
|
void |
watch(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs,
Collection<io.fabric8.kubernetes.api.model.HasMetadata> resources,
org.eclipse.jkube.kit.config.resource.PlatformMode mode)
Watch the resources and kick a rebuild when they change.
|
boolean isApplicable(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs, Collection<io.fabric8.kubernetes.api.model.HasMetadata> resources, org.eclipse.jkube.kit.config.resource.PlatformMode mode)
configs - all image configurationsvoid watch(List<org.eclipse.jkube.kit.config.image.ImageConfiguration> configs, Collection<io.fabric8.kubernetes.api.model.HasMetadata> resources, org.eclipse.jkube.kit.config.resource.PlatformMode mode) throws Exception
configs - all image configurationsExceptionCopyright © 2021. All rights reserved.