You are viewing documentation for Kubernetes version: v1.23
Kubernetes v1.23 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
ResourceFieldSelector
ResourceFieldSelector represents container resources (cpu, memory) and their output format.
import "k8s.io/api/core/v1"
ResourceFieldSelector represents container resources (cpu, memory) and their output format
-
resource (string), required
Required: resource to select
-
containerName (string)
Container name: required for volumes, optional for env vars
-
divisor (Quantity)
Specifies the output format of the exposed resources, defaults to "1"
Last modified April 18, 2021 at 5:30 PM PST: Add auto_gerated metadata (21a2715031)