# io.k8s.api.resource.v1beta2.Counter

From **Kubernetes**.

Counter describes a quantity associated with a device.

- Type: `object`

## Properties

### `value`

- Required: true
Value defines how much of a certain device counter is available.

## JSON Schema

```json
{"description":"Counter describes a quantity associated with a device.","properties":{"value":{"allOf":[{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity"}],"description":"Value defines how much of a certain device counter is available."}},"required":["value"],"type":"object"}
```
