You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/api/v1/types.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -609,7 +609,7 @@ const (
609
609
// TCPSocketAction describes an action based on opening a socket
610
610
typeTCPSocketActionstruct {
611
611
// Required: Port to connect to.
612
-
Port util.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"`
612
+
Port util.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"`
613
613
}
614
614
615
615
// ExecAction describes a "run in container" action.
0 commit comments