Skip to content

Commit 7da79b9

Browse files
Update apis/v1alpha1/nginxproxy_types.go
Co-authored-by: Michael Pleshakov <[email protected]>
1 parent 0d2462a commit 7da79b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/v1alpha1/nginxproxy_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type NginxProxyList struct {
2727
Items []NginxProxy `json:"items"`
2828
}
2929

30-
// IPFamilyType specifies the IP family to be used by the server.
30+
// IPFamilyType specifies the IP family to be used by NGINX.
3131
//
3232
// +kubebuilder:validation:Enum=dual;ipv4;ipv6
3333
type IPFamilyType string

0 commit comments

Comments
 (0)