| Package | Description |
|---|---|
| io.fabric8.camelk.v1 |
| Modifier and Type | Method and Description |
|---|---|
IntegrationKitSpec |
IntegrationKitSpecBuilder.build() |
IntegrationKitSpec |
IntegrationKitFluentImpl.buildSpec() |
IntegrationKitSpec |
IntegrationKitFluent.buildSpec() |
IntegrationKitSpec |
IntegrationKitFluentImpl.getSpec()
Deprecated.
|
IntegrationKitSpec |
IntegrationKitFluent.getSpec()
Deprecated.
|
IntegrationKitSpec |
IntegrationKit.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationKitFluent.SpecNested<A> |
IntegrationKitFluentImpl.editOrNewSpecLike(IntegrationKitSpec item) |
IntegrationKitFluent.SpecNested<A> |
IntegrationKitFluent.editOrNewSpecLike(IntegrationKitSpec item) |
void |
IntegrationKit.setSpec(IntegrationKitSpec spec) |
IntegrationKitFluent.SpecNested<A> |
IntegrationKitFluentImpl.withNewSpecLike(IntegrationKitSpec item) |
IntegrationKitFluent.SpecNested<A> |
IntegrationKitFluent.withNewSpecLike(IntegrationKitSpec item) |
A |
IntegrationKitFluentImpl.withSpec(IntegrationKitSpec spec) |
A |
IntegrationKitFluent.withSpec(IntegrationKitSpec spec) |
| Constructor and Description |
|---|
IntegrationKit(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
IntegrationKitSpec spec,
IntegrationKitStatus status) |
IntegrationKitSpecBuilder(IntegrationKitSpec instance) |
IntegrationKitSpecBuilder(IntegrationKitSpec instance,
Boolean validationEnabled) |
IntegrationKitSpecBuilder(IntegrationKitSpecFluent<?> fluent,
IntegrationKitSpec instance) |
IntegrationKitSpecBuilder(IntegrationKitSpecFluent<?> fluent,
IntegrationKitSpec instance,
Boolean validationEnabled) |
IntegrationKitSpecFluentImpl(IntegrationKitSpec instance) |
Copyright © 2015–2020 Red Hat. All rights reserved.