Skip to main content
Version: 0.1.0

DeploymentPodCrashAlert

No description

type DeploymentPodCrashAlert implements DeploymentAlert {
id: UUID!
namespace: String
podName: String
previousPodLogs: Logs
createdAt: Time!
resolvedAt: Time
}

Fields

DeploymentPodCrashAlert.id ● UUID! non-null scalar

DeploymentPodCrashAlert.namespace ● String scalar

DeploymentPodCrashAlert.podName ● String scalar

DeploymentPodCrashAlert.previousPodLogs ● Logs object

DeploymentPodCrashAlert.createdAt ● Time! non-null scalar

DeploymentPodCrashAlert.resolvedAt ● Time scalar

Interfaces

DeploymentAlert interface