public abstract class PodTemplateSource extends Object implements ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
PodTemplateSource() |
Modifier and Type | Method and Description |
---|---|
static List<PodTemplate> |
getAll(KubernetesCloud cloud) |
protected abstract List<PodTemplate> |
getList(KubernetesCloud cloud)
The list of
PodTemplate contributed by this implementation. |
public static List<PodTemplate> getAll(@Nonnull KubernetesCloud cloud)
@Nonnull protected abstract List<PodTemplate> getList(@Nonnull KubernetesCloud cloud)
PodTemplate
contributed by this implementation.cloud
- PodTemplate
contributed by this implementation.Copyright © 2016–2019. All rights reserved.