allocatedResources property

Map<String, String>? allocatedResources
final

AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.

Implementation

final Map<String, String>? allocatedResources;