Uses of Class
org.jdrupes.vmoperator.common.K8sV1ServiceStub
Packages that use K8sV1ServiceStub
Package
Description
Classes and methods shared among the VM operator modules.
-
Uses of K8sV1ServiceStub in org.jdrupes.vmoperator.common
Methods in org.jdrupes.vmoperator.common that return K8sV1ServiceStubModifier and TypeMethodDescriptionstatic K8sV1ServiceStub
Gets the stub for the given namespace and name.Methods in org.jdrupes.vmoperator.common that return types with arguments of type K8sV1ServiceStubModifier and TypeMethodDescriptionstatic Collection
<K8sV1ServiceStub> K8sV1ServiceStub.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.