| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
SyncSetSpec |
SyncSetSpecBuilder.build() |
SyncSetSpec |
SyncSetFluentImpl.buildSpec() |
SyncSetSpec |
SyncSetFluent.buildSpec() |
SyncSetSpec |
SyncSetFluentImpl.getSpec()
Deprecated.
|
SyncSetSpec |
SyncSetFluent.getSpec()
Deprecated.
|
SyncSetSpec |
SyncSet.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
SyncSetFluent.SpecNested<A> |
SyncSetFluentImpl.editOrNewSpecLike(SyncSetSpec item) |
SyncSetFluent.SpecNested<A> |
SyncSetFluent.editOrNewSpecLike(SyncSetSpec item) |
void |
SyncSet.setSpec(SyncSetSpec spec) |
SyncSetFluent.SpecNested<A> |
SyncSetFluentImpl.withNewSpecLike(SyncSetSpec item) |
SyncSetFluent.SpecNested<A> |
SyncSetFluent.withNewSpecLike(SyncSetSpec item) |
A |
SyncSetFluentImpl.withSpec(SyncSetSpec spec) |
A |
SyncSetFluent.withSpec(SyncSetSpec spec) |
| Constructor and Description |
|---|
SyncSet(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
SyncSetSpec spec,
SyncSetStatus status) |
SyncSetSpecBuilder(SyncSetSpec instance) |
SyncSetSpecBuilder(SyncSetSpec instance,
Boolean validationEnabled) |
SyncSetSpecBuilder(SyncSetSpecFluent<?> fluent,
SyncSetSpec instance) |
SyncSetSpecBuilder(SyncSetSpecFluent<?> fluent,
SyncSetSpec instance,
Boolean validationEnabled) |
SyncSetSpecFluentImpl(SyncSetSpec instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.