UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 383 B
import { UpdateStrategyEnum } from './kube/UpdateStrategyEnum'; /** Missing description */ export interface ProjectKubeUpdateCreation { /** @deprecated Deprecated, has no effect */ force?: boolean; /** The update strategy to apply on your service (next patch or minor version) */ strategy: UpdateStrategyEnum; } //# sourceMappingURL=ProjectKubeUpdateCreation.d.ts.map