containerPort property

int? containerPort
getter/setter pair

The number of the port to expose on the pod's IP address.

Must be a valid port number, between 1 and 65535 inclusive.

Implementation

core.int? containerPort;