EnvoyHTTPFilter
microgateway.airlock.com/v1alpha1
EnvoyHTTPFilter is an additional Envoy HTTP Filter resource which is added to those defined by the Airlock Microgateway.
apiVersion: microgateway.airlock.com/v1alpha1
kind: EnvoyHTTPFilter
metadata:
name: ...
spec:
...
apiVersion: microgateway.airlock.com/v1alpha1
kind: EnvoyHTTPFilter
metadata:
name: default
spec: {}
EnvoyHTTPFilter
Field | Type | Description | Required | Default | Allowed Values |
---|---|---|---|---|---|
metadata |
ObjectMeta | Refer to Kubernetes API documentation for fields of metadata |
yes | ||
spec | object | Specification of the desired additional Envoy HTTP filter. | no |
EnvoyHTTPFilter.spec
Field | Type | Description | Required | Default | Allowed Values |
---|---|---|---|---|---|
value |
unstructured | Value defines the HTTP filter which is added to those configured by the Airlock Microgateway. | no |