Uses of Class
org.jdrupes.vmoperator.common.K8sGenericStub
Packages that use K8sGenericStub
Package
Description
Classes and methods shared among the VM operator modules.
- 
Uses of K8sGenericStub in org.jdrupes.vmoperator.commonClasses in org.jdrupes.vmoperator.common with type parameters of type K8sGenericStubModifier and TypeInterfaceDescriptionstatic interfaceK8sGenericStub.GenericSupplier<O extends io.kubernetes.client.common.KubernetesObject,L extends io.kubernetes.client.common.KubernetesListObject, R extends K8sGenericStub<O, L>> A supplier for generic stubs.Subclasses of K8sGenericStub in org.jdrupes.vmoperator.commonModifier and TypeClassDescriptionclassA stub for namespaced custom objects.classK8sDynamicStubBase<O extends K8sDynamicModel,L extends K8sDynamicModelsBase<O>> A stub for namespaced custom objects.classA stub for config maps (v1).classA stub for pods (v1).classA stub for pods (v1).classA stub for pods (v1).classA stub for secrets (v1).classA stub for secrets (v1).classA stub for stateful sets (v1).classA stub for namespaced custom objects.Methods in org.jdrupes.vmoperator.common with type parameters of type K8sGenericStubModifier 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.