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