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