# io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyStatus

From **Kubernetes**.

ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.

- Type: `object`

## Properties

### `conditions`

- Required: false
- Type: `array`

conditions represent the latest available observations of a policy's current state.

### `observedGeneration`

- Required: false
- Type: `integer`
- Format: `int64`

observedGeneration is the generation observed by the controller.

### `typeChecking`

- Required: false
typeChecking contains the results of type checking for each expression. Presence of this field indicates the completion of the type checking.

## JSON Schema

```json
{"description":"ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.","properties":{"conditions":{"description":"conditions represent the latest available observations of a policy's current 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"},"observedGeneration":{"description":"observedGeneration is the generation observed by the controller.","format":"int64","type":"integer"},"typeChecking":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.admissionregistration.v1.TypeChecking"}],"description":"typeChecking contains the results of type checking for each expression. Presence of this field indicates the completion of the type checking."}},"type":"object"}
```
