第 17 章 IPPool [whereabouts.cni.cncf.io/v1alpha1]
- 描述
- IPPool 是 ippools API 的 Schema
- 类型
-
对象
17.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 | |
|
| IPPoolSpec 定义 IPPool 的所需状态 |
17.1.1. .spec
- 描述
- IPPoolSpec 定义 IPPool 的所需状态
- 类型
-
object
- 必填
-
分配
-
range
-
属性 | 类型 | 描述 |
---|---|---|
|
| Allocation 是给定范围的分配的 IP 集合。其索引是到池范围相同的 index/offset 的 IP 的直接映射。 |
|
| IPAllocation 代表有关特定 IP 的 pod/容器所有者的元数据 |
|
| range 是一个 RFC 4632/4291-style 字符串,代表 CIDR 标记中的 IP 地址和前缀长度 |
17.1.2. .spec.allocations
- 描述
- Allocation 是给定范围的分配的 IP 集合。其索引是到池范围相同的 index/offset 的 IP 的直接映射。
- 类型
-
对象
17.1.3. .spec.allocations{}
- 描述
- IPAllocation 代表有关特定 IP 的 pod/容器所有者的元数据
- 类型
-
object
- 必填
-
id
-
podref
-
属性 | 类型 | 描述 |
---|---|---|
|
| |
|
| |
|
|