python/kubernetes/docs/V1NodeAddress.md
2022-05-02 11:58:59 -07:00

13 lines
479 B
Markdown

# V1NodeAddress
NodeAddress contains information for the node's address.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | **str** | The node address. |
**type** | **str** | Node address type, one of Hostname, ExternalIP or InternalIP. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)