blob: e69ac9cf52a2e28f284a43fafe7aa0be44a6fbc9 [file] [log] [blame]
// DO NOT EDIT. This file is automatically generated.
export interface Annotation {
Message: string;
User: string;
Timestamp: string;
}
export interface Description {
Mode: Mode;
Annotation: Annotation;
Dimensions: SwarmingDimensions;
PodName: string;
KubernetesImage: string;
ScheduledForDeletion: string;
PowerCycle: boolean;
LastUpdated: string;
Battery: number;
Temperature: { [key: string]: number };
RunningSwarmingTask: boolean;
}
export type Mode = "available" | "maintenance";
export type SwarmingDimensions = { [key: string]: string[] };