forked from istio/ztunnel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow referencing waypoints that are sent as workloads rather than se…
…rvices (istio#1306) Currently, we are failing if the waypoint is a workload. This is fine for our typical cases, where we have a Gateway making a Service+Deployment, so we get a Service + Workloads. But in other cases, we may use an external waypoint solution, where we only get an Address in the Gateway status, and we need to map it to something. In these cases, it may be desireable to support these as Workloads. For instance, we map a variety of things as Workloads -- not just Pods: ``` PodWorkloads, WorkloadEntryWorkloads, ServiceEntryWorkloads, EndpointSliceWorkloads, NetworkGatewayWorkloads, ``` So this enables any of those to be used
- Loading branch information
1 parent
f9d98e2
commit eb66b5b
Showing
2 changed files
with
77 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters