website/content/en/docs/reference/kubernetes-api/common-definitions/tcp-socket-action.md

872 B

api_metadata content_type description title weight
apiVersion import kind
k8s.io/api/core/v1 TCPSocketAction
api_reference TCPSocketAction describes an action based on opening a socket. TCPSocketAction 21

import "k8s.io/api/core/v1"

TCPSocketAction describes an action based on opening a socket


  • port (IntOrString), required

    Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

    IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.

  • host (string)

    Optional: Host name to connect to, defaults to the pod IP.