Uses of Class
io.fabric8.kubernetes.api.model.coordination.v1.Lease
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.coordination.v1 |
-
Uses of Lease in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return Lease Modifier and Type Method Description LeaseKubeSchema. getLease()Methods in io.fabric8.kubernetes.api.model with parameters of type Lease Modifier and Type Method Description voidKubeSchema. setLease(Lease lease)Constructors in io.fabric8.kubernetes.api.model with parameters of type Lease Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, io.fabric8.kubernetes.api.model.BaseKubernetesList 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) -
Uses of Lease in io.fabric8.kubernetes.api.model.coordination.v1
Methods in io.fabric8.kubernetes.api.model.coordination.v1 that return Lease Modifier and Type Method Description LeaseLeaseBuilder. build()LeaseLeaseListFluent. buildFirstItem()LeaseLeaseListFluentImpl. buildFirstItem()LeaseLeaseListFluent. buildItem(int index)LeaseLeaseListFluentImpl. buildItem(int index)LeaseLeaseListFluent. buildLastItem()LeaseLeaseListFluentImpl. buildLastItem()LeaseLeaseListFluent. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<LeaseBuilder> predicate)LeaseLeaseListFluentImpl. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<LeaseBuilder> predicate)LeaseDoneableLease. done()Methods in io.fabric8.kubernetes.api.model.coordination.v1 that return types with arguments of type Lease Modifier and Type Method Description List<Lease>LeaseListFluent. buildItems()List<Lease>LeaseListFluentImpl. buildItems()List<Lease>LeaseList. getItems()List<Lease>LeaseListFluent. getItems()Deprecated.List<Lease>LeaseListFluentImpl. getItems()Deprecated.Methods in io.fabric8.kubernetes.api.model.coordination.v1 with parameters of type Lease Modifier and Type Method Description LeaseListFluent.ItemsNested<A>LeaseListFluent. addNewItemLike(Lease item)LeaseListFluent.ItemsNested<A>LeaseListFluentImpl. addNewItemLike(Lease item)ALeaseListFluent. addToItems(int index, Lease item)ALeaseListFluent. addToItems(Lease... items)ALeaseListFluentImpl. addToItems(int index, Lease item)ALeaseListFluentImpl. addToItems(Lease... items)ALeaseListFluent. removeFromItems(Lease... items)ALeaseListFluentImpl. removeFromItems(Lease... items)LeaseListFluent.ItemsNested<A>LeaseListFluent. setNewItemLike(int index, Lease item)LeaseListFluent.ItemsNested<A>LeaseListFluentImpl. setNewItemLike(int index, Lease item)ALeaseListFluent. setToItems(int index, Lease item)ALeaseListFluentImpl. setToItems(int index, Lease item)ALeaseListFluent. withItems(Lease... items)ALeaseListFluentImpl. withItems(Lease... items)Method parameters in io.fabric8.kubernetes.api.model.coordination.v1 with type arguments of type Lease Modifier and Type Method Description ALeaseListFluent. addAllToItems(Collection<Lease> items)ALeaseListFluentImpl. addAllToItems(Collection<Lease> items)ALeaseListFluent. removeAllFromItems(Collection<Lease> items)ALeaseListFluentImpl. removeAllFromItems(Collection<Lease> items)voidLeaseList. setItems(List<Lease> items)ALeaseListFluent. withItems(List<Lease> items)ALeaseListFluentImpl. withItems(List<Lease> items)Constructors in io.fabric8.kubernetes.api.model.coordination.v1 with parameters of type Lease Constructor Description DoneableLease(Lease item)DoneableLease(Lease item, io.fabric8.kubernetes.api.builder.Function<Lease,Lease> function)LeaseBuilder(Lease instance)LeaseBuilder(LeaseFluent<?> fluent, Lease instance)LeaseBuilder(LeaseFluent<?> fluent, Lease instance, Boolean validationEnabled)LeaseBuilder(Lease instance, Boolean validationEnabled)LeaseFluentImpl(Lease instance)Constructor parameters in io.fabric8.kubernetes.api.model.coordination.v1 with type arguments of type Lease Constructor Description DoneableLease(io.fabric8.kubernetes.api.builder.Function<Lease,Lease> function)DoneableLease(io.fabric8.kubernetes.api.builder.Function<Lease,Lease> function)DoneableLease(Lease item, io.fabric8.kubernetes.api.builder.Function<Lease,Lease> function)DoneableLease(Lease item, io.fabric8.kubernetes.api.builder.Function<Lease,Lease> function)LeaseList(String apiVersion, List<Lease> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)