python/kubernetes/docs/V1IngressBackend.md
2021-09-13 12:59:16 -07:00

13 lines
550 B
Markdown

# V1IngressBackend
IngressBackend describes all endpoints for a given service and port.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**resource** | [**V1TypedLocalObjectReference**](V1TypedLocalObjectReference.md) | | [optional]
**service** | [**V1IngressServiceBackend**](V1IngressServiceBackend.md) | | [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)