第 9 章 ConsoleYAMLSample [console.openshift.io/v1]
- 描述
- ConsoleYAMLSample 是自定义 OpenShift Web 控制台 YAML 样本的扩展。兼容性级别 2:在主发行版本中至少为 9 个月或 3 个次版本(以更长的时间为准)。
- 类型
-
object
- 必填
-
metadata
-
spec
-
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 | |
|
| ConsoleYAMLSampleSpec 是所需的 YAML 示例配置。在 web 控制台中创建资源时,示例会在示例栏中显示。 |
9.1.1. .spec
- 描述
- ConsoleYAMLSampleSpec 是所需的 YAML 示例配置。在 web 控制台中创建资源时,示例会在示例栏中显示。
- 类型
-
object
- 必填
-
description
-
targetResource
-
title
-
yaml
-
属性 | 类型 | 描述 |
---|---|---|
|
| YAML 示例的描述。 |
|
| 代码片段表示 YAML 示例不是完整的 YAML 资源定义,而是可插入到用户光标处的现有 YAML 文档中的片段。 |
|
| targetResource 包含 apiVersion 和 kind of the resource YAML 示例代表。 |
|
| YAML 样本的标题。 |
|
| yaml 是要显示的 YAML 示例。 |
9.1.2. .spec.targetResource
- 描述
- targetResource 包含 apiVersion 和 kind of the resource YAML 示例代表。
- 类型
-
object
属性 | 类型 | 描述 |
---|---|---|
|
| 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 |