public interface K8sApiClient
| Modifier and Type | Method and Description |
|---|---|
DiscoveryDruidNodeList |
listPods(String namespace,
String labelSelector,
NodeRole nodeRole) |
void |
patchPod(String podName,
String namespace,
String jsonPatchStr) |
WatchResult |
watchPods(String namespace,
String labelSelector,
String lastKnownResourceVersion,
NodeRole nodeRole) |
DiscoveryDruidNodeList listPods(String namespace, String labelSelector, NodeRole nodeRole)
WatchResult watchPods(String namespace, String labelSelector, String lastKnownResourceVersion, NodeRole nodeRole)
WatchResult objectCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.