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: apis/v1alpha1/nginxproxy_types.go
+49
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,12 @@ type NginxProxySpec struct {
53
53
//
54
54
// +optional
55
55
Telemetry*Telemetry`json:"telemetry,omitempty"`
56
+
// RewriteClientIP defines configuration for rewriting the client IP to the original client's IP.
57
+
// +kubebuilder:validation:XValidation:message="if mode is set, trustedAddresses is a required field",rule="!(has(self.mode) && !has(self.trustedAddresses))"
0 commit comments