| Modifier and Type | Method and Description |
|---|---|
IntegrationSpec |
IntegrationSpecBuilder.build() |
IntegrationSpec |
IntegrationFluentImpl.buildSpec() |
IntegrationSpec |
IntegrationFluent.buildSpec() |
IntegrationSpec |
IntegrationFluentImpl.getSpec()
Deprecated.
|
IntegrationSpec |
IntegrationFluent.getSpec()
Deprecated.
|
IntegrationSpec |
Integration.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationFluent.SpecNested<A> |
IntegrationFluentImpl.editOrNewSpecLike(IntegrationSpec item) |
IntegrationFluent.SpecNested<A> |
IntegrationFluent.editOrNewSpecLike(IntegrationSpec item) |
void |
Integration.setSpec(IntegrationSpec spec) |
IntegrationFluent.SpecNested<A> |
IntegrationFluentImpl.withNewSpecLike(IntegrationSpec item) |
IntegrationFluent.SpecNested<A> |
IntegrationFluent.withNewSpecLike(IntegrationSpec item) |
A |
IntegrationFluentImpl.withSpec(IntegrationSpec spec) |
A |
IntegrationFluent.withSpec(IntegrationSpec spec) |
| Constructor and Description |
|---|
Integration(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
IntegrationSpec spec,
IntegrationStatus status) |
IntegrationSpecBuilder(IntegrationSpec instance) |
IntegrationSpecBuilder(IntegrationSpec instance,
Boolean validationEnabled) |
IntegrationSpecBuilder(IntegrationSpecFluent<?> fluent,
IntegrationSpec instance) |
IntegrationSpecBuilder(IntegrationSpecFluent<?> fluent,
IntegrationSpec instance,
Boolean validationEnabled) |
IntegrationSpecFluentImpl(IntegrationSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.