Uses of Class
org.jdrupes.vmoperator.common.K8sDynamicStub
Package
Description
Classes and methods shared among the VM operator modules.
-
Uses of K8sDynamicStub in org.jdrupes.vmoperator.common
Modifier and TypeMethodDescriptionstatic K8sDynamicStub
K8sDynamicStub.createFromYaml
(K8sClient client, io.kubernetes.client.Discovery.APIResource context, Reader yaml) Creates a stub from yaml.static K8sDynamicStub
K8sDynamicStub.get
(K8sClient client, io.kubernetes.client.apimachinery.GroupVersionKind gvk, String namespace, String name) Get a dynamic object stub.static K8sDynamicStub
K8sDynamicStub.get
(K8sClient client, io.kubernetes.client.Discovery.APIResource context, String namespace, String name) Get a dynamic object stub.Modifier and TypeMethodDescriptionstatic Collection
<K8sDynamicStub> K8sDynamicStub.list
(K8sClient client, io.kubernetes.client.Discovery.APIResource context, String namespace) Get the stubs for the objects in the given namespace.static Collection
<K8sDynamicStub> K8sDynamicStub.list
(K8sClient client, io.kubernetes.client.Discovery.APIResource context, 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.