Uses of Interface
org.jdrupes.vmoperator.common.K8sGenericStub.GenericSupplier
Package
Description
Classes and methods shared among the VM operator modules.
-
Uses of K8sGenericStub.GenericSupplier in org.jdrupes.vmoperator.common
Modifier and TypeMethodDescriptionstatic <O extends io.kubernetes.client.common.KubernetesObject,
L extends io.kubernetes.client.common.KubernetesListObject, R extends K8sGenericStub<O, L>>
RK8sGenericStub.create
(Class<O> objectClass, Class<L> objectListClass, K8sClient client, io.kubernetes.client.Discovery.APIResource context, O model, K8sGenericStub.GenericSupplier<O, L, R> provider) Get a namespaced object stub for a newly created object.static <O extends io.kubernetes.client.common.KubernetesObject,
L extends io.kubernetes.client.common.KubernetesListObject, R extends K8sGenericStub<O, L>>
Collection<R> K8sGenericStub.list
(Class<O> objectClass, Class<L> objectListClass, K8sClient client, io.kubernetes.client.Discovery.APIResource context, String namespace, io.kubernetes.client.util.generic.options.ListOptions options, K8sGenericStub.GenericSupplier<O, L, R> provider) Get the stubs for the objects in the given namespace that match the criteria from the given options.