Uses of Class
io.kubernetes.client.openapi.models.V1LeaseSpec
Packages that use V1LeaseSpec
-
Uses of V1LeaseSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LeaseSpecModifier and TypeMethodDescriptionV1LeaseSpec.acquireTime
(OffsetDateTime acquireTime) static V1LeaseSpec
Create an instance of V1LeaseSpec given an JSON stringV1Lease.getSpec()
Get specV1LeaseSpec.holderIdentity
(String holderIdentity) V1LeaseSpec.leaseDurationSeconds
(Integer leaseDurationSeconds) V1LeaseSpec.leaseTransitions
(Integer leaseTransitions) V1LeaseSpec.preferredHolder
(String preferredHolder) V1LeaseSpec.renewTime
(OffsetDateTime renewTime) Methods in io.kubernetes.client.openapi.models with parameters of type V1LeaseSpecModifier and TypeMethodDescriptionvoid
V1Lease.setSpec
(V1LeaseSpec spec) V1Lease.spec
(V1LeaseSpec spec)