blob: 9754c8164e6cfd79e07835544de64d6dfe4b9f62 [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;
KubernetesImage: string;
Version: string;
PowerCycle: boolean;
LastUpdated: string;
Battery: number;
Temperature: { [key: string]: number } | null;
RunningSwarmingTask: boolean;
LaunchedSwarming: boolean;
RecoveryStart: string;
DeviceUptime: number;
SSHUserIP: string;
Dimensions: SwarmingDimensions;
PodName: string;
}
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;