export interface IKubernetesClusterMaintenancePolicy {
    start_time: string;
    duration: string;
    day: string;
}
