Remove interface type from annotations.Ingress struct
This commit is contained in:
parent
f53cacd5e1
commit
521be9b258
3 changed files with 5 additions and 4 deletions
|
|
@ -239,7 +239,7 @@ type Location struct {
|
|||
BasicDigestAuth auth.Config `json:"basicDigestAuth,omitempty"`
|
||||
// Denied returns an error when this location cannot not be allowed
|
||||
// Requesting a denied location should return HTTP code 403.
|
||||
Denied error `json:"denied,omitempty"`
|
||||
Denied string `json:"denied,omitempty"`
|
||||
// CorsConfig returns the Cors Configuration for the ingress rule
|
||||
// +optional
|
||||
CorsConfig cors.Config `json:"corsConfig,omitempty"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue