JobDefinition
No description
type JobDefinition {
containerRegistry: ContainerRegistrySource
clusterId: String
jobName: String
jobNamespace: String
dockerEntrypoint: [String]
dockerCommand: [String]
envVars: [EnvVar]
parallelism: Int
timeoutSeconds: Int
appGeneratorVersion: String
branchName: String
productionBranchName: String
cpuRequest: String
memoryRequest: String
ephemeralStorage: String
dedicated: Boolean
gpuRequest: String
gpuType: String
tpuType: String
tpuTfVersion: String
tpuCores: Int
staticIp: Boolean
hostNetwork: Boolean
volumes: [VolumeSpec]
secretMounts: [SecretMountData]
logShipperType: LogShipperType
betterstackToken: String
datadogApmEnabled: Boolean
datadogHost: String
datadogKey: String
logDnaKey: String
logzToken: String
logzUrl: String
syslogConfig: String
awsIamRole: String
gcpServiceAccount: String
serviceAccountName: String
annotations: MapString
nodeSelector: MapString
podSpecPatch: String
legacyRepo: LegacyRepo
}