Files
c/kubernetes/docs/v1_ingress_load_balancer_ingress.md
Kubernetes Prow Robot f0ac80fb61 Automated openapi generation from release-1.27
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-06-05 02:09:22 +00:00

13 lines
667 B
Markdown

# v1_ingress_load_balancer_ingress_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hostname** | **char \*** | hostname is set for load-balancer ingress points that are DNS based. | [optional]
**ip** | **char \*** | ip is set for load-balancer ingress points that are IP based. | [optional]
**ports** | [**list_t**](v1_ingress_port_status.md) \* | ports provides information about the ports exposed by this LoadBalancer. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)