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 (在查询中):字符串

    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 (在查询中):字符串

    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 (在查询中):布尔值

    force

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

    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 项目的其他地方进行。

上次修改时间为太平洋标准时间 2024 年 8 月 28 日下午 6:01:更新 v1.31 的生成 API 参考 (8ba98c79c1)