UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 428 B
/** Missing description */ export interface ProjectContainerRegistryCreation { /** Name of the new registry */ name: string; /** ID of the plan to use for the new registry */ planID: string; /** Region where to deploy the registry. Get available regions with /cloud/project/{serviceName}/capabilities/containerRegistry. */ region: string; } //# sourceMappingURL=ProjectContainerRegistryCreation.d.ts.map