Skip to content

Commit

Permalink
add default value for protocol in trainingJob CR (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhouX authored and cheyang committed Nov 10, 2020
1 parent cc19ff2 commit e0c728b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes-artifacts/et-operator/et-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,7 @@ spec:
can be referred to by services.
type: string
protocol:
default: TCP
description: Protocol for port. Must be
UDP, TCP, or SCTP. Defaults to "TCP".
type: string
Expand Down Expand Up @@ -3127,6 +3128,7 @@ spec:
can be referred to by services.
type: string
protocol:
default: TCP
description: Protocol for port. Must be
UDP, TCP, or SCTP. Defaults to "TCP".
type: string
Expand Down Expand Up @@ -4438,6 +4440,7 @@ spec:
can be referred to by services.
type: string
protocol:
default: TCP
description: Protocol for port. Must be
UDP, TCP, or SCTP. Defaults to "TCP".
type: string
Expand Down Expand Up @@ -8365,6 +8368,7 @@ spec:
can be referred to by services.
type: string
protocol:
default: TCP
description: Protocol for port. Must be
UDP, TCP, or SCTP. Defaults to "TCP".
type: string
Expand Down Expand Up @@ -9668,6 +9672,7 @@ spec:
can be referred to by services.
type: string
protocol:
default: TCP
description: Protocol for port. Must be
UDP, TCP, or SCTP. Defaults to "TCP".
type: string
Expand Down Expand Up @@ -10979,6 +10984,7 @@ spec:
can be referred to by services.
type: string
protocol:
default: TCP
description: Protocol for port. Must be
UDP, TCP, or SCTP. Defaults to "TCP".
type: string
Expand Down

0 comments on commit e0c728b

Please sign in to comment.