| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
CheckpointSpec |
CheckpointSpecBuilder.build() |
CheckpointSpec |
CheckpointFluent.buildSpec() |
CheckpointSpec |
CheckpointFluentImpl.buildSpec() |
CheckpointSpec |
CheckpointFluent.getSpec()
Deprecated.
|
CheckpointSpec |
CheckpointFluentImpl.getSpec()
Deprecated.
|
CheckpointSpec |
Checkpoint.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
CheckpointFluent.SpecNested<A> |
CheckpointFluent.editOrNewSpecLike(CheckpointSpec item) |
CheckpointFluent.SpecNested<A> |
CheckpointFluentImpl.editOrNewSpecLike(CheckpointSpec item) |
void |
Checkpoint.setSpec(CheckpointSpec spec) |
CheckpointFluent.SpecNested<A> |
CheckpointFluent.withNewSpecLike(CheckpointSpec item) |
CheckpointFluent.SpecNested<A> |
CheckpointFluentImpl.withNewSpecLike(CheckpointSpec item) |
A |
CheckpointFluent.withSpec(CheckpointSpec spec) |
A |
CheckpointFluentImpl.withSpec(CheckpointSpec spec) |
| Constructor and Description |
|---|
Checkpoint(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
CheckpointSpec spec,
CheckpointStatus status) |
CheckpointSpecBuilder(CheckpointSpec instance) |
CheckpointSpecBuilder(CheckpointSpec instance,
Boolean validationEnabled) |
CheckpointSpecBuilder(CheckpointSpecFluent<?> fluent,
CheckpointSpec instance) |
CheckpointSpecBuilder(CheckpointSpecFluent<?> fluent,
CheckpointSpec instance,
Boolean validationEnabled) |
CheckpointSpecFluentImpl(CheckpointSpec instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.