| Package | Description |
|---|---|
| io.fabric8.knative.sources.v1beta1 |
| Modifier and Type | Class and Description |
|---|---|
class |
EditablePingSourceSpec |
| Modifier and Type | Method and Description |
|---|---|
PingSourceSpec |
PingSourceFluentImpl.buildSpec() |
PingSourceSpec |
PingSourceFluent.buildSpec() |
PingSourceSpec |
PingSourceFluentImpl.getSpec()
Deprecated.
|
PingSourceSpec |
PingSourceFluent.getSpec()
Deprecated.
|
PingSourceSpec |
PingSource.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
PingSourceFluent.SpecNested<A> |
PingSourceFluentImpl.editOrNewSpecLike(PingSourceSpec item) |
PingSourceFluent.SpecNested<A> |
PingSourceFluent.editOrNewSpecLike(PingSourceSpec item) |
void |
PingSource.setSpec(PingSourceSpec spec) |
PingSourceFluent.SpecNested<A> |
PingSourceFluentImpl.withNewSpecLike(PingSourceSpec item) |
PingSourceFluent.SpecNested<A> |
PingSourceFluent.withNewSpecLike(PingSourceSpec item) |
A |
PingSourceFluentImpl.withSpec(PingSourceSpec spec) |
A |
PingSourceFluent.withSpec(PingSourceSpec spec) |
| Constructor and Description |
|---|
EditablePingSource(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
PingSourceSpec spec,
PingSourceStatus status) |
PingSource(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
PingSourceSpec spec,
PingSourceStatus status) |
PingSourceSpecBuilder(PingSourceSpec instance) |
PingSourceSpecBuilder(PingSourceSpec instance,
Boolean validationEnabled) |
PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent,
PingSourceSpec instance) |
PingSourceSpecBuilder(PingSourceSpecFluent<?> fluent,
PingSourceSpec instance,
Boolean validationEnabled) |
PingSourceSpecFluentImpl(PingSourceSpec instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.