Files
perl/docs/V1LoadBalancerIngress.md
2019-03-23 16:42:23 +08:00

687 B

Kubernetes::Object::V1LoadBalancerIngress

Load the model package

use Kubernetes::Object::V1LoadBalancerIngress;

Properties

Name Type Description Notes
hostname string Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers) [optional]
ip string IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers) [optional]

[Back to Model list] [Back to API list] [Back to README]