Files
c/kubernetes/docs/v1_server_address_by_client_cidr.md

12 lines
616 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v1_server_address_by_client_cidr_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client_cidr** | **char \*** | The CIDR with which clients can match their IP to figure out the server address that they should use. |
**server_address** | **char \*** | Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)