public class S2iUtils extends Object
| Constructor and Description |
|---|
S2iUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
waitForImageStreamTags(Collection<io.fabric8.kubernetes.api.model.HasMetadata> items,
long amount,
TimeUnit timeUnit)
Wait for the references ImageStreamTags to become available.
|
public static boolean waitForImageStreamTags(Collection<io.fabric8.kubernetes.api.model.HasMetadata> items, long amount, TimeUnit timeUnit)
items - A list of items, possibly referencing image stream tags.amount - The max amount of time to wait.timeUnit - The time unit of the time to wait.Copyright © 2018–2024 Red Hat. All rights reserved.