// TCPSocketAction describes an action based on opening a socket
// TCPSocketAction describes an action based on opening a socket
typeTCPSocketActionstruct{
typeTCPSocketActionstruct{
// Required: Port to connect to.
// Required: Port to connect to.
Portutil.IntOrString`json:"port" description:"number of 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"`
Portutil.IntOrString`json:"port" description:"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"`
}
}
// ExecAction describes a "run in container" action.
// ExecAction describes a "run in container" action.