renewTime

@JvmName(name = "npsorxodqcfeqhiy")
suspend fun renewTime(value: Output<String>)
@JvmName(name = "uqptjlpveguhjuvt")
suspend fun renewTime(value: String?)

Parameters

value

RenewTime is the time that the LeaseCandidate was last updated. Any time a Lease needs to do leader election, the PingTime field is updated to signal to the LeaseCandidate that they should update the RenewTime. Old LeaseCandidate objects are also garbage collected if it has been hours since the last renew. The PingTime field is updated regularly to prevent garbage collection for still active LeaseCandidates.