@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 442 B
TypeScript
import { UpdateStrategyEnum } from './kube/UpdateStrategyEnum';
/** Missing description */
export interface ProjectKubeUpdateCreation {
/** Force redeploying the control plane / reinstalling the nodes regardless of their current version */
force?: boolean;
/** The update strategy to apply on your service (next patch or minor version) */
strategy: UpdateStrategyEnum;
}
//# sourceMappingURL=ProjectKubeUpdateCreation.d.ts.map