Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IoK8sApiResourceV1alpha2ResourceClaimSchedulingStatus

ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.

export
interface

IoK8sApiResourceV1alpha2ResourceClaimSchedulingStatus

Hierarchy

  • IoK8sApiResourceV1alpha2ResourceClaimSchedulingStatus

Index

Properties

name?: string

Name matches the pod.spec.resourceClaims[*].Name field.

memberof

IoK8sApiResourceV1alpha2ResourceClaimSchedulingStatus

unsuitableNodes?: string[]

UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.

The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.

memberof

IoK8sApiResourceV1alpha2ResourceClaimSchedulingStatus

Generated using TypeDoc