We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1abc5 commit 343d24aCopy full SHA for 343d24a
apis/v1alpha2/nginxproxy_types.go
@@ -618,7 +618,7 @@ type HostPort struct {
618
// Whether to enable hostPort feature
619
// If not specified, or set to false, hostPort will not be enabled.
620
// +optional
621
- Enable bool `json:"enable,omitempty"`
+ Enable bool `json:"enable"`
622
623
// Number of port to expose on the host.
624
// kubebuilder:validation:Minimum=1
0 commit comments