| Package | Description |
|---|---|
| cz.xtf.core.bm | |
| cz.xtf.core.event.helpers | |
| cz.xtf.core.openshift | |
| cz.xtf.core.waiting.failfast |
| Modifier and Type | Method and Description |
|---|---|
OpenShift |
BuildManager.openShift() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedBuild.build(OpenShift openShift) |
void |
BinaryBuildFromSources.build(OpenShift openShift) |
void |
BinaryBuildFromFile.build(OpenShift openShift) |
void |
ManagedBuild.delete(OpenShift openShift) |
void |
BinaryBuild.delete(OpenShift openShift) |
Waiter |
ManagedBuild.hasCompleted(OpenShift openShift) |
Waiter |
BinaryBuild.hasCompleted(OpenShift openShift) |
boolean |
ManagedBuild.isPresent(OpenShift openShift) |
boolean |
BinaryBuild.isPresent(OpenShift openShift) |
boolean |
ManagedBuild.needsUpdate(OpenShift openShift) |
boolean |
BinaryBuild.needsUpdate(OpenShift openShift) |
void |
ManagedBuild.update(OpenShift openShift) |
void |
BinaryBuild.update(OpenShift openShift) |
| Constructor and Description |
|---|
BuildManager(OpenShift openShift) |
| Modifier and Type | Method and Description |
|---|---|
static ZonedDateTime |
EventHelper.timeOfLastEvent(OpenShift openShift) |
| Modifier and Type | Method and Description |
|---|---|
static OpenShift |
OpenShifts.admin() |
static OpenShift |
OpenShifts.admin(String namespace) |
static OpenShift |
OpenShift.get(Path kubeconfigPath,
String namespace) |
static OpenShift |
OpenShift.get(String namespace)
Autoconfigures the client with the default fabric8 client rules
|
static OpenShift |
OpenShift.get(String masterUrl,
String namespace,
String token) |
static OpenShift |
OpenShift.get(String masterUrl,
String namespace,
String username,
String password) |
static OpenShift |
OpenShifts.master() |
static OpenShift |
OpenShifts.master(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
static OpenShiftWaiters |
OpenShiftWaiters.get(OpenShift openShift,
FailFastCheck failFast) |
| Constructor and Description |
|---|
PodShell(OpenShift openShift,
io.fabric8.kubernetes.api.model.Pod pod) |
PodShell(OpenShift openShift,
io.fabric8.kubernetes.api.model.Pod pod,
String containerName) |
PodShell(OpenShift openShift,
String dcName) |
| Modifier and Type | Method and Description |
|---|---|
static FailFastBuilder |
FailFastBuilder.ofOpenShifts(OpenShift... openShifts) |
Copyright © 2022. All rights reserved.