| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.coordination.v1 |
| Modifier and Type | Method and Description |
|---|---|
LeaseSpec |
LeaseSpecBuilder.build() |
LeaseSpec |
LeaseFluentImpl.buildSpec() |
LeaseSpec |
LeaseFluent.buildSpec() |
LeaseSpec |
DoneableLeaseSpec.done() |
LeaseSpec |
LeaseFluentImpl.getSpec()
Deprecated.
|
LeaseSpec |
LeaseFluent.getSpec()
Deprecated.
|
LeaseSpec |
Lease.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
LeaseFluent.SpecNested<A> |
LeaseFluentImpl.editOrNewSpecLike(LeaseSpec item) |
LeaseFluent.SpecNested<A> |
LeaseFluent.editOrNewSpecLike(LeaseSpec item) |
void |
Lease.setSpec(LeaseSpec spec) |
LeaseFluent.SpecNested<A> |
LeaseFluentImpl.withNewSpecLike(LeaseSpec item) |
LeaseFluent.SpecNested<A> |
LeaseFluent.withNewSpecLike(LeaseSpec item) |
A |
LeaseFluentImpl.withSpec(LeaseSpec spec) |
A |
LeaseFluent.withSpec(LeaseSpec spec) |
| Constructor and Description |
|---|
DoneableLeaseSpec(LeaseSpec item) |
DoneableLeaseSpec(LeaseSpec item,
io.fabric8.kubernetes.api.builder.Function<LeaseSpec,LeaseSpec> function) |
Lease(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
LeaseSpec spec) |
LeaseSpecBuilder(LeaseSpec instance) |
LeaseSpecBuilder(LeaseSpec instance,
Boolean validationEnabled) |
LeaseSpecBuilder(LeaseSpecFluent<?> fluent,
LeaseSpec instance) |
LeaseSpecBuilder(LeaseSpecFluent<?> fluent,
LeaseSpec instance,
Boolean validationEnabled) |
LeaseSpecFluentImpl(LeaseSpec instance) |
| Constructor and Description |
|---|
DoneableLeaseSpec(io.fabric8.kubernetes.api.builder.Function<LeaseSpec,LeaseSpec> function) |
DoneableLeaseSpec(io.fabric8.kubernetes.api.builder.Function<LeaseSpec,LeaseSpec> function) |
DoneableLeaseSpec(LeaseSpec item,
io.fabric8.kubernetes.api.builder.Function<LeaseSpec,LeaseSpec> function) |
DoneableLeaseSpec(LeaseSpec item,
io.fabric8.kubernetes.api.builder.Function<LeaseSpec,LeaseSpec> function) |
Copyright © 2015–2020 Red Hat. All rights reserved.