| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
CheckpointStatus |
CheckpointStatusBuilder.build() |
CheckpointStatus |
CheckpointFluent.buildStatus() |
CheckpointStatus |
CheckpointFluentImpl.buildStatus() |
CheckpointStatus |
CheckpointFluent.getStatus()
Deprecated.
|
CheckpointStatus |
CheckpointFluentImpl.getStatus()
Deprecated.
|
CheckpointStatus |
Checkpoint.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
CheckpointFluent.StatusNested<A> |
CheckpointFluent.editOrNewStatusLike(CheckpointStatus item) |
CheckpointFluent.StatusNested<A> |
CheckpointFluentImpl.editOrNewStatusLike(CheckpointStatus item) |
void |
Checkpoint.setStatus(CheckpointStatus status) |
CheckpointFluent.StatusNested<A> |
CheckpointFluent.withNewStatusLike(CheckpointStatus item) |
CheckpointFluent.StatusNested<A> |
CheckpointFluentImpl.withNewStatusLike(CheckpointStatus item) |
A |
CheckpointFluent.withStatus(CheckpointStatus status) |
A |
CheckpointFluentImpl.withStatus(CheckpointStatus status) |
| Constructor and Description |
|---|
Checkpoint(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
CheckpointSpec spec,
CheckpointStatus status) |
CheckpointStatusBuilder(CheckpointStatus instance) |
CheckpointStatusBuilder(CheckpointStatus instance,
Boolean validationEnabled) |
CheckpointStatusBuilder(CheckpointStatusFluent<?> fluent,
CheckpointStatus instance) |
CheckpointStatusBuilder(CheckpointStatusFluent<?> fluent,
CheckpointStatus instance,
Boolean validationEnabled) |
CheckpointStatusFluentImpl(CheckpointStatus instance) |
Copyright © 2015–2020 Red Hat. All rights reserved.