Uses of Class
io.fabric8.kubernetes.api.model.coordination.v1.LeaseSpec
-
Packages that use LeaseSpec Package Description io.fabric8.kubernetes.api.model.coordination.v1 -
-
Uses of LeaseSpec in io.fabric8.kubernetes.api.model.coordination.v1
Methods in io.fabric8.kubernetes.api.model.coordination.v1 that return LeaseSpec Modifier and Type Method Description LeaseSpecLeaseSpecBuilder. build()LeaseSpecLeaseFluent. buildSpec()LeaseSpecLease. getSpec()Lease defines a lease concept.Methods in io.fabric8.kubernetes.api.model.coordination.v1 with parameters of type LeaseSpec Modifier and Type Method Description protected voidLeaseSpecFluent. copyInstance(LeaseSpec instance)LeaseFluent.SpecNested<A>LeaseFluent. editOrNewSpecLike(LeaseSpec item)voidLease. setSpec(LeaseSpec spec)Lease defines a lease concept.LeaseFluent.SpecNested<A>LeaseFluent. withNewSpecLike(LeaseSpec item)ALeaseFluent. withSpec(LeaseSpec spec)Constructors in io.fabric8.kubernetes.api.model.coordination.v1 with parameters of type LeaseSpec Constructor Description Lease(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, LeaseSpec spec)LeaseSpecBuilder(LeaseSpec instance)LeaseSpecBuilder(LeaseSpecFluent<?> fluent, LeaseSpec instance)LeaseSpecFluent(LeaseSpec instance)
-