pod property

String? pod
getter/setter pair

Pod name.

Pod is an independent part of infrastructure. Volume can only be connected to the instances allocated in the same pod.

Immutable.

Implementation

core.String? pod;