| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.coordination.v1 |
| Modifier and Type | Method and Description |
|---|---|
Lease |
ValidationSchema.getLease() |
Lease |
KubeSchema.getLease() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSchema.setLease(Lease lease) |
void |
KubeSchema.setLease(Lease lease) |
| Constructor and Description |
|---|
KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
io.fabric8.kubernetes.api.model.KubernetesList baseKubernetesList,
io.fabric8.kubernetes.api.model.CreateOptions createOptions,
io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions,
io.fabric8.kubernetes.api.model.GetOptions getOptions,
io.fabric8.kubernetes.api.model.version.Info info,
Lease lease,
LeaseList leaseList,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
io.fabric8.kubernetes.api.model.Patch patch,
io.fabric8.kubernetes.api.model.PatchOptions patchOptions,
io.fabric8.kubernetes.api.model.Quantity quantity,
io.fabric8.kubernetes.api.model.RootPaths rootPaths,
io.fabric8.kubernetes.api.model.Status status,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta,
io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) |
ValidationSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
io.fabric8.kubernetes.api.model.KubernetesList baseKubernetesList,
io.fabric8.kubernetes.api.model.CreateOptions createOptions,
io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions,
io.fabric8.kubernetes.api.model.GetOptions getOptions,
io.fabric8.kubernetes.api.model.version.Info info,
Lease lease,
LeaseList leaseList,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
io.fabric8.kubernetes.api.model.Patch patch,
io.fabric8.kubernetes.api.model.PatchOptions patchOptions,
io.fabric8.kubernetes.api.model.Quantity quantity,
io.fabric8.kubernetes.api.model.RootPaths rootPaths,
io.fabric8.kubernetes.api.model.Status status,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta,
io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) |
| Modifier and Type | Method and Description |
|---|---|
Lease |
LeaseBuilder.build() |
Lease |
LeaseListFluent.buildFirstItem() |
Lease |
LeaseListFluentImpl.buildFirstItem() |
Lease |
LeaseListFluent.buildItem(Integer index) |
Lease |
LeaseListFluentImpl.buildItem(Integer index) |
Lease |
LeaseListFluent.buildLastItem() |
Lease |
LeaseListFluentImpl.buildLastItem() |
Lease |
LeaseListFluent.buildMatchingItem(Predicate<LeaseBuilder> predicate) |
Lease |
LeaseListFluentImpl.buildMatchingItem(Predicate<LeaseBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Lease> |
LeaseListFluent.buildItems() |
List<Lease> |
LeaseListFluentImpl.buildItems() |
List<Lease> |
LeaseListFluent.getItems()
Deprecated.
|
List<Lease> |
LeaseListFluentImpl.getItems()
Deprecated.
|
List<Lease> |
LeaseList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
LeaseListFluent.ItemsNested<A> |
LeaseListFluent.addNewItemLike(Lease item) |
LeaseListFluent.ItemsNested<A> |
LeaseListFluentImpl.addNewItemLike(Lease item) |
A |
LeaseListFluent.addToItems(Integer index,
Lease item) |
A |
LeaseListFluentImpl.addToItems(Integer index,
Lease item) |
A |
LeaseListFluent.addToItems(Lease... items) |
A |
LeaseListFluentImpl.addToItems(Lease... items) |
A |
LeaseListFluent.removeFromItems(Lease... items) |
A |
LeaseListFluentImpl.removeFromItems(Lease... items) |
LeaseListFluent.ItemsNested<A> |
LeaseListFluent.setNewItemLike(Integer index,
Lease item) |
LeaseListFluent.ItemsNested<A> |
LeaseListFluentImpl.setNewItemLike(Integer index,
Lease item) |
A |
LeaseListFluent.setToItems(Integer index,
Lease item) |
A |
LeaseListFluentImpl.setToItems(Integer index,
Lease item) |
A |
LeaseListFluent.withItems(Lease... items) |
A |
LeaseListFluentImpl.withItems(Lease... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
LeaseListFluent.addAllToItems(Collection<Lease> items) |
A |
LeaseListFluentImpl.addAllToItems(Collection<Lease> items) |
A |
LeaseListFluent.removeAllFromItems(Collection<Lease> items) |
A |
LeaseListFluentImpl.removeAllFromItems(Collection<Lease> items) |
void |
LeaseList.setItems(List<Lease> items) |
A |
LeaseListFluent.withItems(List<Lease> items) |
A |
LeaseListFluentImpl.withItems(List<Lease> items) |
| Constructor and Description |
|---|
LeaseBuilder(Lease instance) |
LeaseBuilder(Lease instance,
Boolean validationEnabled) |
LeaseBuilder(LeaseFluent<?> fluent,
Lease instance) |
LeaseBuilder(LeaseFluent<?> fluent,
Lease instance,
Boolean validationEnabled) |
LeaseFluentImpl(Lease instance) |
| Constructor and Description |
|---|
LeaseList(String apiVersion,
List<Lease> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.