INPUT_OBJECT

PortRequirementInput

Input for a port requirement for a ManagedNodeType

link GraphQL Schema definition

  • 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!
  • }