| Package | Description |
|---|---|
| io.fabric8.knative.flows.v1 |
| Modifier and Type | Method and Description |
|---|---|
ParallelSpec |
ParallelSpecBuilder.build() |
ParallelSpec |
ParallelFluentImpl.buildSpec() |
ParallelSpec |
ParallelFluent.buildSpec() |
ParallelSpec |
ParallelFluentImpl.getSpec()
Deprecated.
|
ParallelSpec |
ParallelFluent.getSpec()
Deprecated.
|
ParallelSpec |
Parallel.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
ParallelFluent.SpecNested<A> |
ParallelFluentImpl.editOrNewSpecLike(ParallelSpec item) |
ParallelFluent.SpecNested<A> |
ParallelFluent.editOrNewSpecLike(ParallelSpec item) |
void |
Parallel.setSpec(ParallelSpec spec) |
ParallelFluent.SpecNested<A> |
ParallelFluentImpl.withNewSpecLike(ParallelSpec item) |
ParallelFluent.SpecNested<A> |
ParallelFluent.withNewSpecLike(ParallelSpec item) |
A |
ParallelFluentImpl.withSpec(ParallelSpec spec) |
A |
ParallelFluent.withSpec(ParallelSpec spec) |
| Constructor and Description |
|---|
Parallel(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ParallelSpec spec,
ParallelStatus status) |
ParallelSpecBuilder(ParallelSpec instance) |
ParallelSpecBuilder(ParallelSpec instance,
Boolean validationEnabled) |
ParallelSpecBuilder(ParallelSpecFluent<?> fluent,
ParallelSpec instance) |
ParallelSpecBuilder(ParallelSpecFluent<?> fluent,
ParallelSpec instance,
Boolean validationEnabled) |
ParallelSpecFluentImpl(ParallelSpec instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.