DeploymentPodCrashAlert
No description
type DeploymentPodCrashAlert implements DeploymentAlert {
  id: UUID!
  namespace: String
  podName: String
  previousPodLogs: Logs
  createdAt: Time!
  resolvedAt: Time
}
No description
type DeploymentPodCrashAlert implements DeploymentAlert {
  id: UUID!
  namespace: String
  podName: String
  previousPodLogs: Logs
  createdAt: Time!
  resolvedAt: Time
}
DeploymentPodCrashAlert.id ● UUID! non-null scalarDeploymentPodCrashAlert.namespace ● String scalarDeploymentPodCrashAlert.podName ● String scalarDeploymentPodCrashAlert.previousPodLogs ● Logs objectDeploymentPodCrashAlert.createdAt ● Time! non-null scalarDeploymentPodCrashAlert.resolvedAt ● Time scalarDeploymentAlert interface