Skip to content

Commit c474d26

Browse files
took out the decription in api/v1/types.go because govet.sh complained
1 parent 75dce5e commit c474d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/ingress/admission/api/v1/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ type IngressAdmissionConfig struct {
1515
//UpstreamHostnameUpdate when true causes updates that attempt
1616
//to add or modify hostnames to succeed. Otherwise those updates
1717
//fail in order to ensure hostname behavior
18-
UpstreamHostnameUpdate bool `json:"upstreamHostnameUpdate", description:"set to true to disable openshift protections and enable kubernetes style ingress objects"`
18+
UpstreamHostnameUpdate bool `json:"upstreamHostnameUpdate"`
1919
}

0 commit comments

Comments
 (0)