Pod Scheduling Context Status Patch
data class PodSchedulingContextStatusPatch(val resourceClaims: List<ResourceClaimSchedulingStatusPatch>? = null)
PodSchedulingContextStatus describes where resources for the Pod can be allocated.
Constructors
Link copied to clipboard
fun PodSchedulingContextStatusPatch(resourceClaims: List<ResourceClaimSchedulingStatusPatch>? = null)