| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
Update |
UpdateBuilder.build() |
Update |
ClusterVersionSpecFluent.buildDesiredUpdate() |
Update |
ClusterVersionSpecFluentImpl.buildDesiredUpdate() |
Update |
ClusterVersionSpecFluent.getDesiredUpdate()
Deprecated.
|
Update |
ClusterVersionSpecFluentImpl.getDesiredUpdate()
Deprecated.
|
Update |
ClusterVersionSpec.getDesiredUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ClusterVersionSpecFluent.DesiredUpdateNested<A> |
ClusterVersionSpecFluent.editOrNewDesiredUpdateLike(Update item) |
ClusterVersionSpecFluent.DesiredUpdateNested<A> |
ClusterVersionSpecFluentImpl.editOrNewDesiredUpdateLike(Update item) |
void |
ClusterVersionSpec.setDesiredUpdate(Update desiredUpdate) |
A |
ClusterVersionSpecFluent.withDesiredUpdate(Update desiredUpdate) |
A |
ClusterVersionSpecFluentImpl.withDesiredUpdate(Update desiredUpdate) |
ClusterVersionSpecFluent.DesiredUpdateNested<A> |
ClusterVersionSpecFluent.withNewDesiredUpdateLike(Update item) |
ClusterVersionSpecFluent.DesiredUpdateNested<A> |
ClusterVersionSpecFluentImpl.withNewDesiredUpdateLike(Update item) |
| Constructor and Description |
|---|
ClusterVersionSpec(String channel,
String clusterID,
Update desiredUpdate,
List<ComponentOverride> overrides,
String upstream) |
UpdateBuilder(Update instance) |
UpdateBuilder(Update instance,
Boolean validationEnabled) |
UpdateBuilder(UpdateFluent<?> fluent,
Update instance) |
UpdateBuilder(UpdateFluent<?> fluent,
Update instance,
Boolean validationEnabled) |
UpdateFluentImpl(Update instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.