Uses of Class
org.jdrupes.vmoperator.common.K8sV1PodStub
Package
Description
Classes and methods shared among the VM operator modules.
-
Uses of K8sV1PodStub in org.jdrupes.vmoperator.common
Modifier and TypeMethodDescriptionstatic K8sV1PodStub
Gets the stub for the given namespace and name.Modifier and TypeMethodDescriptionstatic Collection
<K8sV1PodStub> K8sV1PodStub.list
(K8sClient client, String namespace, io.kubernetes.client.util.generic.options.ListOptions options) Get the stubs for the objects in the given namespace that match the criteria from the given options.