Add Knative provider
This commit is contained in:
parent
3f23afb2c6
commit
13bcdebc89
38 changed files with 18589 additions and 37 deletions
|
|
@ -177,6 +177,10 @@ type WRRService struct {
|
|||
Name string `json:"name,omitempty" toml:"name,omitempty" yaml:"name,omitempty" export:"true"`
|
||||
Weight *int `json:"weight,omitempty" toml:"weight,omitempty" yaml:"weight,omitempty" export:"true"`
|
||||
|
||||
// Headers defines the HTTP headers that should be added to the request when calling the service.
|
||||
// This is required by the Knative implementation which expects specific headers to be sent.
|
||||
Headers map[string]string `json:"-" toml:"-" yaml:"-" label:"-" file:"-"`
|
||||
|
||||
// Status defines an HTTP status code that should be returned when calling the service.
|
||||
// This is required by the Gateway API implementation which expects specific HTTP status to be returned.
|
||||
Status *int `json:"-" toml:"-" yaml:"-" label:"-" file:"-"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue