Uses of Class
org.jdrupes.vmoperator.common.VmDefinitionStub
Packages that use VmDefinitionStub
Package
Description
Classes and methods shared among the VM operator modules.
- 
Uses of VmDefinitionStub in org.jdrupes.vmoperator.commonMethods in org.jdrupes.vmoperator.common that return VmDefinitionStubModifier and TypeMethodDescriptionstatic VmDefinitionStubVmDefinitionStub.createFromYaml(K8sClient client, io.kubernetes.client.Discovery.APIResource context, Reader yaml) Creates a stub from yaml.static VmDefinitionStubVmDefinitionStub.get(K8sClient client, io.kubernetes.client.apimachinery.GroupVersionKind gvk, String namespace, String name) Get a dynamic object stub.static VmDefinitionStubVmDefinitionStub.get(K8sClient client, io.kubernetes.client.Discovery.APIResource context, String namespace, String name) Get a dynamic object stub.Methods in org.jdrupes.vmoperator.common that return types with arguments of type VmDefinitionStubModifier 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.