Function: gke.await_jobStay organized with collectionsSave and categorize content based on your preferences.
Wait for a Kubernetes Job to complete.
Arguments
Arguments
cluster_id
string
The ID of the cluster.
job_name
string
Name of the job.
location
string
The location that the cluster is hosted in.
namespace
string
The namespace of the job (default:default).
project
string
The project that the cluster is hosted in. Default value is this workflow's project.
query
Optional query parameters for fetching the job. If present, must be a map of simple types that will be URL-encoded and appended to the URL. For more information, seeKubernetes API reference.
timeout
float
The timeout, in seconds (default:1800.0). If the job doesn't complete within the timeout, aTimeoutErroris raised. The maximum allowed timeout is one year.
polling_policy
dict
Policy for polling the job's status. Supported fields areinitial_delay,max_delay, andmultiplier. For details, seeConnectors reference.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-17 UTC."],[],[]]