第 9 章 lease [coordination.k8s.io/v1]
- 描述
- 租期定义租期概念。
- 类型
-
对象
9.1. 规格
属性 | 类型 | 描述 |
---|---|---|
|
| APIVersion 定义对象的这个表示法的版本化的 schema。服务器应该将识别的模式转换为最新的内部值,并可拒绝未识别的值。更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
| kind 是一个字符串值,代表此对象所代表的 REST 资源。服务器可以从客户端向其提交请求的端点推断。无法更新。采用驼峰拼写法 (CamelCase)。更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
| 更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata | |
|
| LeaseSpec 是 Lease 的规格。 |
9.1.1. .spec
- 描述
- LeaseSpec 是 Lease 的规格。
- 类型
-
object
属性 | 类型 | 描述 |
---|---|---|
| acquireTime 是获取当前租期的时间。 | |
|
| holderIdentity 包含当前租期的所有者的身份。 |
|
| leaseDurationSeconds 是租期的候选时间,需要等待强制获取它。这是根据最近观察到的续订时间来测量的。 |
|
| leaseTransitions 是拥有者之间租期的数量。 |
| 当租期的当前拥有者最后一次更新租期时,renewTime 是一个时间。 |