Files
go/kubernetes/docs/V1ServerAddressByClientCidr.md

12 lines
605 B
Markdown
Raw Permalink Normal View History

# V1ServerAddressByClientCidr
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**ClientCIDR** | **string** | The CIDR with which clients can match their IP to figure out the server address that they should use. |
**ServerAddress** | **string** | 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)