Uses of Class
org.jdrupes.vmoperator.common.K8sV1SecretStub
Package
Description
Classes and methods shared among the VM operator modules.
-
Uses of K8sV1SecretStub in org.jdrupes.vmoperator.common
Modifier and TypeMethodDescriptionstatic K8sV1SecretStub
Creates an object stub from a model.static K8sV1SecretStub
Gets the stub for the given namespace and name.Modifier and TypeMethodDescriptionstatic Collection
<K8sV1SecretStub> K8sV1SecretStub.list
(K8sClient client, 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.