Create a pod
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
Protected
filterGet pods by labels
the namespace of the pod
list of labels
Pod[] - 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
Pod - pod object
Get a pod by reference for running operations against. You can use null if you only want to use stopPortForward()
the reference to the pod
a pod object
Check if pod's ready status is true
namespace
pod labels
maximum attempts to check
delay 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: Pod) => booleanpod item predicate
Protected
wrapWraps the V1ObjectMeta object instance into a ObjectMeta instance.
the V1ObjectMeta object from the K8S API client.
The abstract K8 Client Filter adds the
filterItem
method to the class that extends it.