/** 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