| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1 |
| Modifier and Type | Method and Description |
|---|---|
ProbeSpec |
ProbeSpecBuilder.build() |
ProbeSpec |
ProbeFluent.buildSpec() |
ProbeSpec |
ProbeFluentImpl.buildSpec() |
ProbeSpec |
ProbeFluent.getSpec()
Deprecated.
|
ProbeSpec |
ProbeFluentImpl.getSpec()
Deprecated.
|
ProbeSpec |
Probe.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
ProbeFluent.SpecNested<A> |
ProbeFluent.editOrNewSpecLike(ProbeSpec item) |
ProbeFluent.SpecNested<A> |
ProbeFluentImpl.editOrNewSpecLike(ProbeSpec item) |
void |
Probe.setSpec(ProbeSpec spec) |
ProbeFluent.SpecNested<A> |
ProbeFluent.withNewSpecLike(ProbeSpec item) |
ProbeFluent.SpecNested<A> |
ProbeFluentImpl.withNewSpecLike(ProbeSpec item) |
A |
ProbeFluent.withSpec(ProbeSpec spec) |
A |
ProbeFluentImpl.withSpec(ProbeSpec spec) |
| Constructor and Description |
|---|
Probe(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ProbeSpec spec) |
ProbeSpecBuilder(ProbeSpec instance) |
ProbeSpecBuilder(ProbeSpec instance,
Boolean validationEnabled) |
ProbeSpecBuilder(ProbeSpecFluent<?> fluent,
ProbeSpec instance) |
ProbeSpecBuilder(ProbeSpecFluent<?> fluent,
ProbeSpec instance,
Boolean validationEnabled) |
ProbeSpecFluentImpl(ProbeSpec instance) |
Copyright © 2015–2020 Red Hat. All rights reserved.