# io.k8s.api.resource.v1alpha3.ShareableSummaryStatus

From **Kubernetes**.

ShareableSummaryStatus reports aggregate capacity for a pool that contains devices with AllowMultipleAllocations.

- Type: `object`

## Properties

### `capacity`

- Required: false
- Type: `array`

Capacity reports aggregate total, consumed, and available amounts per shareable capacity key across the pool.

### `fullyAvailableDevices`

- Required: true
- Type: `integer`
- Format: `int32`

FullyAvailableDevices is the number of shareable devices with no capacity consumed.

### `partiallyAvailableDevices`

- Required: true
- Type: `integer`
- Format: `int32`

PartiallyAvailableDevices is the number of shareable devices with some but not all capacity consumed.

## JSON Schema

```json
{"description":"ShareableSummaryStatus reports aggregate capacity for a pool that contains devices with AllowMultipleAllocations.","properties":{"capacity":{"description":"Capacity reports aggregate total, consumed, and available amounts per shareable capacity key across the pool.","items":{"$ref":"#/components/schemas/io.k8s.api.resource.v1alpha3.ShareableCapacityStatus"},"type":"array","x-kubernetes-list-type":"atomic"},"fullyAvailableDevices":{"description":"FullyAvailableDevices is the number of shareable devices with no capacity consumed.","format":"int32","type":"integer"},"partiallyAvailableDevices":{"description":"PartiallyAvailableDevices is the number of shareable devices with some but not all capacity consumed.","format":"int32","type":"integer"}},"required":["fullyAvailableDevices","partiallyAvailableDevices"],"type":"object"}
```
