INPUT_OBJECT
Input for a port requirement for a ManagedNodeType
input PortRequirementInput {# 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!}