We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2462a commit 7da79b9Copy full SHA for 7da79b9
apis/v1alpha1/nginxproxy_types.go
@@ -27,7 +27,7 @@ type NginxProxyList struct {
27
Items []NginxProxy `json:"items"`
28
}
29
30
-// IPFamilyType specifies the IP family to be used by the server.
+// IPFamilyType specifies the IP family to be used by NGINX.
31
//
32
// +kubebuilder:validation:Enum=dual;ipv4;ipv6
33
type IPFamilyType string
0 commit comments