# io.k8s.api.networking.v1.ServiceCIDRStatus

From **Kubernetes**.

ServiceCIDRStatus describes the current state of the ServiceCIDR.

- Type: `object`

## Properties

### `conditions`

- Required: false
- Type: `array`

conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state

## JSON Schema

```json
{"description":"ServiceCIDRStatus describes the current state of the ServiceCIDR.","properties":{"conditions":{"description":"conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state","items":{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Condition"},"type":"array","x-kubernetes-list-map-keys":["type"],"x-kubernetes-list-type":"map","x-kubernetes-patch-merge-key":"type","x-kubernetes-patch-strategy":"merge"}},"type":"object"}
```
