Uses of Class
io.fabric8.kubernetes.api.model.coordination.v1.LeaseSpec
-
-
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()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)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)
-