the reference to the pod
list of label records where the key is the label name and the value is the label value
the name of the container
the image of the container
the command to run in the container
the command to run in the startup probe
the pod that was created
Get pods by labels
the namespace of the pod
list of labels
V1Pod[] - list of pod objects
List all the pods across all namespaces with the given labels
list of labels
list of pods
Get a pod by name
the reference to the pod
V1Pod - pod object
Check if pod's ready status is true
namespace
Optional
labels: string[]pod labels
Optional
maxAttempts: numbermaximum attempts to check
Optional
delay: numberdelay between checks in milliseconds
Check if pod's phase is running
namespace
pod labels
maximum attempts to check
delay between checks in milliseconds
Optional
podItemPredicate: (items: V1Pod) => booleanpod item predicate
Create a pod