Get pods from Kubernetes cluster.
Get pods from Kubernetes cluster.
Request body
Map of string keys and values that can be used to select objects. A selector based on annotations. +optional
Map of string keys and values that can be used to select objects. A selector based on fields. +optional
Map of string keys and values that can be used to select objects. A selector based on labels. +optional
Namespaces is a set of namespace to which objects belong. +optional
Map of string keys and values that can be used to select nodes. Selector which must match a node's labels, and objects must belong to these selected nodes. +optional
Nodes is a set of node name and objects must belong to these nodes. +optional
PodPhaseSelectors is a set of condition of a pod at the current time. supported value: Pending / Running / Succeeded / Failed / Unknown +optional
Pods is a map of string keys and a set values that used to select pods. The key defines the namespace which pods belong, and the each values is a set of pod names. +optional
Response
OK