EnvoyCluster
microgateway.airlock.com/v1alpha1
EnvoyCluster is an additional Envoy Cluster resource which is added to those defined by the Airlock Microgateway.
apiVersion: microgateway.airlock.com/v1alpha1
kind: EnvoyCluster
metadata:
name: ...
spec:
...
apiVersion: microgateway.airlock.com/v1alpha1
kind: EnvoyCluster
metadata:
name: default
spec: {}
EnvoyCluster
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 cluster. | no |
EnvoyCluster.spec
Field | Type | Description | Required | Default | Allowed Values |
---|---|---|---|---|---|
value |
unstructured | Value defines the Envoy Cluster which is added to those configured by the Airlock Microgateway. | no |