containerPort property

int? containerPort
getter/setter pair

Number of the port to expose on the container.

This must be a valid port number: 0 < PORT_NUMBER < 65536.

Implementation

core.int? containerPort;