@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 352 B
TypeScript
/** Kubernetes resources definitions */
export interface ProjectKubeResources {
/** cpu resource (format according to Kubernetes specification. e.g. cpu: 500m) */
cpu?: string;
/** memory resource (format according to Kubernetes specification. e.g. memory: 512Mi) */
memory?: string;
}
//# sourceMappingURL=ProjectKubeResources.d.ts.map