PodSchedulingContext v1alpha3
apiVersion: resource.k8s.io/v1alpha3
import "k8s.io/api/resource/v1alpha3"
PodSchedulingContext
PodSchedulingContext 对象保存着使用“WaitForFirstConsumer”分配模式调度 Pod 所需的信息。
这是一个 alpha 类型,需要启用 DRAControlPlaneController 功能门。
apiVersion: resource.k8s.io/v1alpha3
kind: PodSchedulingContext
metadata (ObjectMeta)
标准对象元数据
spec (PodSchedulingContextSpec), 必需
Spec 描述 Pod 需要资源的地点。
status (PodSchedulingContextStatus)
Status 描述可以为 Pod 分配资源的地点。
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
响应
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
响应
200 (PodSchedulingContext): OK
401: 未授权
list
列出或监视 PodSchedulingContext 类型的对象
HTTP 请求
GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts
参数
namespace (在路径中): string, 必需
allowWatchBookmarks (在查询中): boolean
continue (在查询中): string
fieldSelector (在查询中): string
labelSelector (在查询中): string
limit (在查询中): integer
pretty (在查询中): string
resourceVersion (在查询中): string
resourceVersionMatch (在查询中): string
sendInitialEvents (在查询中): boolean
timeoutSeconds (在查询中): integer
watch (在查询中): boolean
响应
200 (PodSchedulingContextList): OK
401: 未授权
list
列出或监视 PodSchedulingContext 类型的对象
HTTP 请求
GET /apis/resource.k8s.io/v1alpha3/podschedulingcontexts
参数
allowWatchBookmarks (在查询中): boolean
continue (在查询中): string
fieldSelector (在查询中): string
labelSelector (在查询中): string
limit (在查询中): integer
pretty (在查询中): string
resourceVersion (在查询中): string
resourceVersionMatch (在查询中): string
sendInitialEvents (在查询中): boolean
timeoutSeconds (在查询中): integer
watch (在查询中): boolean
响应
200 (PodSchedulingContextList): OK
401: 未授权
create
创建 PodSchedulingContext
HTTP 请求
POST /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts
参数
namespace (在路径中): string, 必需
body: PodSchedulingContext, 必需
dryRun (在查询中): string
fieldManager (在查询中): string
fieldValidation (在查询中): string
pretty (在查询中): string
响应
200 (PodSchedulingContext): OK
201 (PodSchedulingContext): 已创建
202 (PodSchedulingContext): 已接受
401: 未授权
update
替换指定的 PodSchedulingContext
HTTP 请求
PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}
参数
name (在路径中): string, 必需
PodSchedulingContext 的名称
namespace (在路径中): string, 必需
body: PodSchedulingContext, 必需
dryRun (在查询中): string
fieldManager (在查询中): string
fieldValidation (在查询中): string
pretty (在查询中): string
响应
200 (PodSchedulingContext): OK
201 (PodSchedulingContext): 已创建
401: 未授权
update
替换指定的 PodSchedulingContext 的状态
HTTP 请求
PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}/status
参数
name (在路径中): string, 必需
PodSchedulingContext 的名称
namespace (在路径中): string, 必需
body: PodSchedulingContext, 必需
dryRun (在查询中): string
fieldManager (在查询中): string
fieldValidation (在查询中): string
pretty (在查询中): string
响应
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
fieldManager (在查询中): string
fieldValidation (在查询中): string
force (在查询中): boolean
pretty (在查询中): string
响应
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
fieldManager (在查询中): string
fieldValidation (在查询中): string
force (在查询中): boolean
pretty (在查询中): string
响应
200 (PodSchedulingContext): OK
201 (PodSchedulingContext): 已创建
401: 未授权
delete
删除 PodSchedulingContext
HTTP 请求
DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts/{name}
参数
name (在路径中): string, 必需
PodSchedulingContext 的名称
namespace (在路径中): string, 必需
body: DeleteOptions
dryRun (在查询中): string
gracePeriodSeconds (在查询中): integer
pretty (在查询中): string
propagationPolicy (在查询中): string
响应
200 (PodSchedulingContext): OK
202 (PodSchedulingContext): 已接受
401: 未授权
deletecollection
删除 PodSchedulingContext 的集合
HTTP 请求
DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/podschedulingcontexts
参数
namespace (在路径中): string, 必需
body: DeleteOptions
continue (在查询中): string
dryRun (在查询中): string
fieldSelector (在查询中): string
gracePeriodSeconds (在查询中): integer
labelSelector (在查询中): string
limit (在查询中): integer
pretty (在查询中): string
propagationPolicy (在查询中): string
resourceVersion (在查询中): string
resourceVersionMatch (在查询中): string
sendInitialEvents (在查询中): boolean
timeoutSeconds (在查询中): integer
响应
200 (Status): OK
401: 未授权
此页面是自动生成的。
如果您计划报告此页面的问题,请在您的问题描述中说明该页面是自动生成的。修复可能需要在 Kubernetes 项目的其他地方进行。