UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 282 B
/** Etcd usage and quota for a given cluster */ export interface EtcdUsage { /** Maximum allowed size of etcd data for the cluster (bytes) */ quota: number; /** Size of etcd data used by the cluster (bytes) */ usage: number; } //# sourceMappingURL=EtcdUsage.d.ts.map