Uses of Class
io.fabric8.kubernetes.api.model.coordination.v1.Lease
-
Packages that use Lease Package Description io.fabric8.kubernetes.api.model.coordination.v1 -
-
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()LeaseLeaseListFluent. buildItem(int index)LeaseLeaseListFluent. buildLastItem()LeaseLeaseListFluent. buildMatchingItem(Predicate<LeaseBuilder> predicate)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>LeaseList. getItems()items is a list of schema objects.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)ALeaseListFluent. addToItems(int index, Lease item)ALeaseListFluent. addToItems(Lease... items)protected voidLeaseFluent. copyInstance(Lease instance)ALeaseListFluent. removeFromItems(Lease... items)LeaseListFluent.ItemsNested<A>LeaseListFluent. setNewItemLike(int index, Lease item)ALeaseListFluent. setToItems(int index, Lease item)ALeaseListFluent. 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)ALeaseListFluent. removeAllFromItems(Collection<Lease> items)voidLeaseList. setItems(List<Lease> items)items is a list of schema objects.ALeaseListFluent. withItems(List<Lease> items)Constructors in io.fabric8.kubernetes.api.model.coordination.v1 with parameters of type Lease Constructor Description LeaseBuilder(Lease instance)LeaseBuilder(LeaseFluent<?> fluent, Lease instance)LeaseFluent(Lease instance)Constructor parameters in io.fabric8.kubernetes.api.model.coordination.v1 with type arguments of type Lease Constructor Description LeaseList(String apiVersion, List<Lease> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-