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()LeaseSpecLeaseFluentImpl. buildSpec()LeaseSpecLease. getSpec()LeaseSpecLeaseFluent. getSpec()Deprecated.LeaseSpecLeaseFluentImpl. getSpec()Deprecated.Methods in io.fabric8.kubernetes.api.model.coordination.v1 with parameters of type LeaseSpec Modifier and Type Method Description LeaseFluent.SpecNested<A>LeaseFluent. editOrNewSpecLike(LeaseSpec item)LeaseFluent.SpecNested<A>LeaseFluentImpl. editOrNewSpecLike(LeaseSpec item)voidLease. setSpec(LeaseSpec spec)LeaseFluent.SpecNested<A>LeaseFluent. withNewSpecLike(LeaseSpec item)LeaseFluent.SpecNested<A>LeaseFluentImpl. withNewSpecLike(LeaseSpec item)ALeaseFluent. withSpec(LeaseSpec spec)ALeaseFluentImpl. 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)LeaseSpecBuilder(LeaseSpecFluent<?> fluent, LeaseSpec instance, Boolean validationEnabled)LeaseSpecBuilder(LeaseSpec instance, Boolean validationEnabled)LeaseSpecFluentImpl(LeaseSpec instance)
-