OBJECT
A port requirement for a ManagedNodeType
type PortRequirement {# The exposed container port. Must be betweeen 1 and 65535.containerPort: Int! # A human-readable description.description: String! # The protocol that will be used by the port.protocol: Protocol! }