ServiceAccount

ServiceAccount 将以下内容绑定在一起:* 用户(也许还有外围系统)可以理解的名称,用于标识 * 可以进行身份验证和授权的主体 * 一组密钥

apiVersion: v1

import "k8s.io/api/core/v1"

ServiceAccount

ServiceAccount 将以下内容绑定在一起:* 用户(也许还有外围系统)可以理解的名称,用于标识 * 可以进行身份验证和授权的主体 * 一组密钥


ServiceAccountList

ServiceAccountList 是 ServiceAccount 对象的列表


操作


get 读取指定的 ServiceAccount

HTTP 请求

GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}

参数

  • name (在路径中): 字符串,必需

    ServiceAccount 的名称

  • namespace (在路径中): 字符串,必需

    命名空间

  • pretty (在查询中): 字符串

    漂亮

响应

200 (ServiceAccount): 确定

401: 未经授权

list 列出或观察 ServiceAccount 类型的对象

HTTP 请求

GET /api/v1/namespaces/{namespace}/serviceaccounts

参数

响应

200 (ServiceAccountList): 确定

401: 未经授权

list 列出或观察 ServiceAccount 类型的对象

HTTP 请求

GET /api/v1/serviceaccounts

参数

响应

200 (ServiceAccountList): 确定

401: 未经授权

create 创建一个 ServiceAccount

HTTP 请求

POST /api/v1/namespaces/{namespace}/serviceaccounts

参数

响应

200 (ServiceAccount): 确定

201 (ServiceAccount): 已创建

202 (ServiceAccount): 已接受

401: 未经授权

update 替换指定的 ServiceAccount

HTTP 请求

PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}

参数

  • name (在路径中): 字符串,必需

    ServiceAccount 的名称

  • namespace (在路径中): 字符串,必需

    命名空间

  • body: ServiceAccount, 必需

  • dryRun (在查询中): 字符串

    dryRun

  • fieldManager (在查询中): 字符串

    fieldManager

  • fieldValidation (在查询中): 字符串

    fieldValidation

  • pretty (在查询中): 字符串

    漂亮

响应

200 (ServiceAccount): 确定

201 (ServiceAccount): 已创建

401: 未经授权

patch 部分更新指定的 ServiceAccount

HTTP 请求

PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}

参数

  • name (在路径中): 字符串,必需

    ServiceAccount 的名称

  • namespace (在路径中): 字符串,必需

    命名空间

  • body: Patch, 必需

  • dryRun (在查询中): 字符串

    dryRun

  • fieldManager (在查询中): 字符串

    fieldManager

  • fieldValidation (在查询中): 字符串

    fieldValidation

  • force (在查询中): 布尔值

    强制

  • pretty (在查询中): 字符串

    漂亮

响应

200 (ServiceAccount): 确定

201 (ServiceAccount): 已创建

401: 未经授权

delete 删除一个 ServiceAccount

HTTP 请求

DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}

参数

响应

200 (ServiceAccount): 确定

202 (ServiceAccount): 已接受

401: 未经授权

deletecollection 删除 ServiceAccount 的集合

HTTP 请求

DELETE /api/v1/namespaces/{namespace}/serviceaccounts

参数

响应

200 (Status): 确定

401: 未经授权

此页面是自动生成的。

如果您打算报告此页面存在问题,请在您的问题描述中提及该页面是自动生成的。修复可能需要在 Kubernetes 项目的其他地方进行。

上次修改时间:2023 年 4 月 3 日上午 8:22 PST:API Ref 多页面 v1.27 (7b39e9a9ec)