Skip to content

Commit 7879c33

Browse files
authored
Merge pull request #339 from 3scale-sre/ingress-layer-fixes
Ingress layer fixes
2 parents 9431961 + 31a92d2 commit 7879c33

13 files changed

+94
-60
lines changed

api/v1alpha1/publishing_strategy_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@ type ListenerHttp struct {
366366
// +optional
367367
// Max connection duration. If unset no max connection duration will be applied.
368368
MaxConnectionDuration *metav1.Duration `json:"maxConnectionDuration,omitempty"`
369+
// +operator-sdk:csv:customresourcedefinitions:type=spec
370+
// +optional
371+
MaxRequestHeadersKb *uint32 `json:"maxRequestHeadersKb,omitempty"`
369372
}
370373

371374
// RateLimitOptions contains options for the ratelimit filter of the

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/saas.3scale.net_apicasts.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/saas.3scale.net_autossls.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/saas.3scale.net_backends.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/saas.3scale.net_corsproxies.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/saas.3scale.net_echoapis.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/saas.3scale.net_mappingservices.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/saas.3scale.net_systems.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/saas.3scale.net_zyncs.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)