blob: 26645066e884b5e9b2669a1111697a918ca48ba0 [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;
Note: Annotation;
Dimensions: SwarmingDimensions;
PodName: string;
KubernetesImage: string;
Version: string;
ScheduledForDeletion: string;
PowerCycle: boolean;
LastUpdated: string;
Battery: number;
Temperature: { [key: string]: number } | null;
RunningSwarmingTask: boolean;
RecoveryStart: string;
DeviceUptime: number;
}
export interface MeetingPoint {
PodName: string;
Port: number;
Username: string;
MachineID: string;
LastUpdated: string;
}
export interface Pod {
Name: string;
LastUpdated: string;
}
export type Mode = "available" | "maintenance" | "recovery";
export type SwarmingDimensions = { [key: string]: string[] | null } | null;