-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator/ingress: Add load balancer scope
Add fields to ingress controllers' endpoint publishing strategy to allow specifying parameters for each strategy. Define a "scope" parameter for the LoadBalancerStrategy strategy to allow choosing between an internal or an external load balancer. This commit resolves NE-186. https://jira.coreos.com/browse/NE-186 * operator/v1/types_ingress.go (LoadBalancerScope): New type. (InternalLoadBalancer, ExternalLoadBalancer): New values. (LoadBalancerStrategy): New type for load balancer parameters. Define the "scope" parameter. (HostNetworkStrategy, PrivateStrategyType): New types. Empty for now. (EndpointPublishingStrategy): Add loadBalancer, hostNetwork, and private fields. * operator/v1/zz_generated.deepcopy.go: * operator/v1/zz_generated.swagger_doc_generated.go: Regenerate.
- Loading branch information
Showing
3 changed files
with
148 additions
and
4 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.