Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceFieldSelector

ResourceFieldSelector represents container resources (cpu, memory) and their output format

schema

io.k8s.api.core.v1.ResourceFieldSelector

Hierarchy

  • ResourceFieldSelector

Index

Properties

Optional Readonly containerName

containerName: string

Container name: required for volumes, optional for env vars

schema

io.k8s.api.core.v1.ResourceFieldSelector#containerName

Optional Readonly divisor

divisor: Quantity

Specifies the output format of the exposed resources, defaults to "1"

schema

io.k8s.api.core.v1.ResourceFieldSelector#divisor

Readonly resource

resource: string

Required: resource to select

schema

io.k8s.api.core.v1.ResourceFieldSelector#resource

Generated using TypeDoc