Sha256: 0422f4093a09d6cdb62139f7c9b4d6621b9835487c5f2ce1ccb36463708b0334
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# Zilla::IoK8sApiCoordinationV1LeaseSpec ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **acquire_time** | **Time** | MicroTime is version of Time with microsecond level precision. | [optional] | | **holder_identity** | **String** | holderIdentity contains the identity of the holder of a current lease. | [optional] | | **lease_duration_seconds** | **Integer** | leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed RenewTime. | [optional] | | **lease_transitions** | **Integer** | leaseTransitions is the number of transitions of a lease between holders. | [optional] | | **renew_time** | **Time** | MicroTime is version of Time with microsecond level precision. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoordinationV1LeaseSpec.new( acquire_time: null, holder_identity: null, lease_duration_seconds: null, lease_transitions: null, renew_time: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoordinationV1LeaseSpec.md |