PodSchedulingContext v1alpha3

PodSchedulingContext 对象保存着使用“WaitForFirstConsumer”分配模式调度 Pod 所需的信息。

apiVersion: resource.k8s.io/v1alpha3

import "k8s.io/api/resource/v1alpha3"

PodSchedulingContext

PodSchedulingContext 对象保存着使用“WaitForFirstConsumer”分配模式调度 Pod 所需的信息。

这是一个 alpha 类型,需要启用 DRAControlPlaneController 功能门。


PodSchedulingContextSpec

PodSchedulingContextSpec 描述 Pod 需要资源的地点。


  • potentialNodes ([]string)

    原子操作:在合并期间将被替换

    PotentialNodes 列出 Pod 可能运行的节点。

    此字段的大小限制为 128。对于许多集群来说,这已经足够大了。较大的集群可能需要更多尝试来找到适合所有挂起资源的节点。将来可能会增加,但不会减少。

  • selectedNode (string)

    SelectedNode 是要尝试分配由 Pod 引用且使用“WaitForFirstConsumer”分配的 ResourceClaim 的节点。

PodSchedulingContextStatus

PodSchedulingContextStatus 描述可以为 Pod 分配资源的地点。


  • resourceClaims ([]ResourceClaimSchedulingStatus)

    Map: 在合并期间将保留键名上的唯一值

    ResourceClaims 描述每个 pod.spec.resourceClaim 条目的资源可用性,其中对应的 ResourceClaim 使用“WaitForFirstConsumer”分配模式。

    ResourceClaimSchedulingStatus 包含有关一个特定的、使用“WaitForFirstConsumer”分配模式的 ResourceClaim 的信息。

    • resourceClaims.name (string), 必需

      名称与 pod.spec.resourceClaims[*].Name 字段匹配。

    • resourceClaims.unsuitableNodes ([]string)

      原子操作:在合并期间将被替换

      UnsuitableNodes 列出 ResourceClaim 无法分配的节点。

      此字段的大小限制为 128,与 PodSchedulingSpec.PotentialNodes 相同。将来可能会增加,但不会减少。

PodSchedulingContextList

PodSchedulingContextList 是 Pod 调度对象的集合。


  • apiVersion: resource.k8s.io/v1alpha3

  • kind: PodSchedulingContextList

  • metadata (ListMeta)

    标准列表元数据

  • items ([]PodSchedulingContext), 必需

    Items 是 PodSchedulingContext 对象的列表。

操作


get 读取指定的 PodSchedulingContext

HTTP 请求

GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}

参数

  • name (在路径中): string, 必需

    PodSchedulingContext 的名称

  • namespace (在路径中): string, 必需

    命名空间

  • pretty (在查询中): string

    pretty

响应

200 (PodSchedulingContext): OK

401: 未授权

get 读取指定的 PodSchedulingContext 的状态

HTTP 请求

GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}/status

参数

  • name (在路径中): string, 必需

    PodSchedulingContext 的名称

  • namespace (在路径中): string, 必需

    命名空间

  • pretty (在查询中): string

    pretty

响应

200 (PodSchedulingContext): OK

401: 未授权

list 列出或监视 PodSchedulingContext 类型的对象

HTTP 请求

GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts

参数

响应

200 (PodSchedulingContextList): OK

401: 未授权

list 列出或监视 PodSchedulingContext 类型的对象

HTTP 请求

GET /apis/resource.k8s.io/v1alpha3/podschedulingcontexts

参数

响应

200 (PodSchedulingContextList): OK

401: 未授权

create 创建 PodSchedulingContext

HTTP 请求

POST /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts

参数

响应

200 (PodSchedulingContext): OK

201 (PodSchedulingContext): 已创建

202 (PodSchedulingContext): 已接受

401: 未授权

update 替换指定的 PodSchedulingContext

HTTP 请求

PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}

参数

响应

200 (PodSchedulingContext): OK

201 (PodSchedulingContext): 已创建

401: 未授权

update 替换指定的 PodSchedulingContext 的状态

HTTP 请求

PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}/status

参数

响应

200 (PodSchedulingContext): OK

201 (PodSchedulingContext): 已创建

401: 未授权

patch 部分更新指定的 PodSchedulingContext

HTTP 请求

PATCH /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}

参数

  • name (在路径中): string, 必需

    PodSchedulingContext 的名称

  • namespace (在路径中): string, 必需

    命名空间

  • body: Patch, 必需

  • dryRun (在查询中): string

    dryRun

  • fieldManager (在查询中): string

    fieldManager

  • fieldValidation (在查询中): string

    fieldValidation

  • force (在查询中): boolean

    force

  • pretty (在查询中): string

    pretty

响应

200 (PodSchedulingContext): OK

201 (PodSchedulingContext): 已创建

401: 未授权

patch 部分更新指定的 PodSchedulingContext 的状态

HTTP 请求

PATCH /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}/status

参数

  • name (在路径中): string, 必需

    PodSchedulingContext 的名称

  • namespace (在路径中): string, 必需

    命名空间

  • body: Patch, 必需

  • dryRun (在查询中): string

    dryRun

  • fieldManager (在查询中): string

    fieldManager

  • fieldValidation (在查询中): string

    fieldValidation

  • force (在查询中): boolean

    force

  • pretty (在查询中): string

    pretty

响应

200 (PodSchedulingContext): OK

201 (PodSchedulingContext): 已创建

401: 未授权

delete 删除 PodSchedulingContext

HTTP 请求

DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}

参数

响应

200 (PodSchedulingContext): OK

202 (PodSchedulingContext): 已接受

401: 未授权

deletecollection 删除 PodSchedulingContext 的集合

HTTP 请求

DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts

参数

响应

200 (Status): OK

401: 未授权

此页面是自动生成的。

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

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