UNPKG

@controlplane/schema

Version:

Control Plane Corporation Schema

6 lines (5 loc) 110 B
export interface VolumeSpec { uri: string; recoveryPolicy?: 'retain' | 'recycle'; path: string; }