Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

sync CRDs from projectcontour/contour #581

Merged
merged 1 commit into from
Dec 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
sync CRDs from projectcontour/contour
Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss committed Dec 22, 2022
commit b28d923909d519249491336f82f6cc768beaddc3
33 changes: 22 additions & 11 deletions config/crd/contour/01-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,14 @@ spec:
for addresses in the IPv6 family. If AUTO is configured,
the DNS resolver will first perform a lookup for addresses
in the IPv6 family and fallback to a lookup for addresses
in the IPv4 family. Note: This only applies to externalName
clusters. \n See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily
in the IPv4 family. If ALL is specified, the DNS resolver
will perform a lookup for both IPv4 and IPv6 families, and
return all resolved addresses. When this is used, Happy
Eyeballs will be enabled for upstream connections. Refer
to Happy Eyeballs Support for more information. Note: This
only applies to externalName clusters. \n See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily
for more information. \n Values: `auto` (default), `v4`,
`v6`. \n Other values will produce an error."
`v6`, `all`. \n Other values will produce an error."
type: string
type: object
defaultHTTPVersions:
Expand Down Expand Up @@ -3070,10 +3074,15 @@ spec:
perform a lookup for addresses in the IPv6 family. If
AUTO is configured, the DNS resolver will first perform
a lookup for addresses in the IPv6 family and fallback
to a lookup for addresses in the IPv4 family. Note:
This only applies to externalName clusters. \n See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily
to a lookup for addresses in the IPv4 family. If ALL
is specified, the DNS resolver will perform a lookup
for both IPv4 and IPv6 families, and return all resolved
addresses. When this is used, Happy Eyeballs will be
enabled for upstream connections. Refer to Happy Eyeballs
Support for more information. Note: This only applies
to externalName clusters. \n See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily
for more information. \n Values: `auto` (default), `v4`,
`v6`. \n Other values will produce an error."
`v6`, `all`. \n Other values will produce an error."
type: string
type: object
defaultHTTPVersions:
Expand Down Expand Up @@ -5772,11 +5781,13 @@ spec:
will only perform a lookup for addresses in the IPv4
family. If \"v6\" is configured, the DNS resolver
will only perform a lookup for addresses in the IPv6
family. If \"auto\" is configured, the DNS resolver
will first perform a lookup for addresses in the IPv6
family and fallback to a lookup for addresses in the
IPv4 family. If not specified, the Contour-wide setting
defined in the config file or ContourConfiguration
family. If \"all\" is configured, the DNS resolver
will perform a lookup for addresses in both the IPv4
and IPv6 family. If \"auto\" is configured, the DNS
resolver will first perform a lookup for addresses
in the IPv6 family and fallback to a lookup for addresses
in the IPv4 family. If not specified, the Contour-wide
setting defined in the config file or ContourConfiguration
applies (defaults to \"auto\"). \n See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily
for more information."
enum:
Expand Down
33 changes: 22 additions & 11 deletions examples/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,14 @@ spec:
for addresses in the IPv6 family. If AUTO is configured,
the DNS resolver will first perform a lookup for addresses
in the IPv6 family and fallback to a lookup for addresses
in the IPv4 family. Note: This only applies to externalName
clusters. \n See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily
in the IPv4 family. If ALL is specified, the DNS resolver
will perform a lookup for both IPv4 and IPv6 families, and
return all resolved addresses. When this is used, Happy
Eyeballs will be enabled for upstream connections. Refer
to Happy Eyeballs Support for more information. Note: This
only applies to externalName clusters. \n See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily
for more information. \n Values: `auto` (default), `v4`,
`v6`. \n Other values will produce an error."
`v6`, `all`. \n Other values will produce an error."
type: string
type: object
defaultHTTPVersions:
Expand Down Expand Up @@ -3076,10 +3080,15 @@ spec:
perform a lookup for addresses in the IPv6 family. If
AUTO is configured, the DNS resolver will first perform
a lookup for addresses in the IPv6 family and fallback
to a lookup for addresses in the IPv4 family. Note:
This only applies to externalName clusters. \n See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily
to a lookup for addresses in the IPv4 family. If ALL
is specified, the DNS resolver will perform a lookup
for both IPv4 and IPv6 families, and return all resolved
addresses. When this is used, Happy Eyeballs will be
enabled for upstream connections. Refer to Happy Eyeballs
Support for more information. Note: This only applies
to externalName clusters. \n See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily
for more information. \n Values: `auto` (default), `v4`,
`v6`. \n Other values will produce an error."
`v6`, `all`. \n Other values will produce an error."
type: string
type: object
defaultHTTPVersions:
Expand Down Expand Up @@ -9757,11 +9766,13 @@ spec:
will only perform a lookup for addresses in the IPv4
family. If \"v6\" is configured, the DNS resolver
will only perform a lookup for addresses in the IPv6
family. If \"auto\" is configured, the DNS resolver
will first perform a lookup for addresses in the IPv6
family and fallback to a lookup for addresses in the
IPv4 family. If not specified, the Contour-wide setting
defined in the config file or ContourConfiguration
family. If \"all\" is configured, the DNS resolver
will perform a lookup for addresses in both the IPv4
and IPv6 family. If \"auto\" is configured, the DNS
resolver will first perform a lookup for addresses
in the IPv6 family and fallback to a lookup for addresses
in the IPv4 family. If not specified, the Contour-wide
setting defined in the config file or ContourConfiguration
applies (defaults to \"auto\"). \n See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto.html#envoy-v3-api-enum-config-cluster-v3-cluster-dnslookupfamily
for more information."
enum:
Expand Down