Files
go/kubernetes/docs/V1IpBlock.md

12 lines
635 B
Markdown
Raw Permalink Normal View History

# V1IpBlock
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**Cidr** | **string** | CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\" |
**Except** | **[]string** | Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range | [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)