Skip to content

Commit 50b3400

Browse files
committed
comments typo
1 parent eed4093 commit 50b3400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apis/v1alpha2/nginxproxy_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,11 @@ type NodePort struct {
614614
ListenerPort int32 `json:"listenerPort"`
615615
}
616616

617+
// HostPort to expose on the host.
617618
type HostPort struct {
618619
// Whether to enable hostPort feature
619620
// If not specified, or set to false, hostPort will not be enabled.
621+
//
620622
// +optional
621623
Enable bool `json:"enable"`
622624

0 commit comments

Comments
 (0)