Uses of Interface
org.apache.pulsar.functions.runtime.kubernetes.KubernetesManifestCustomizer
-
Packages that use KubernetesManifestCustomizer Package Description org.apache.pulsar.functions.runtime.kubernetes -
-
Uses of KubernetesManifestCustomizer in org.apache.pulsar.functions.runtime.kubernetes
Classes in org.apache.pulsar.functions.runtime.kubernetes that implement KubernetesManifestCustomizer Modifier and Type Class Description classBasicKubernetesManifestCustomizerAn implementation of theKubernetesManifestCustomizerthat allows for some basic customization of namespace, labels, annotations, node selectors, and tolerations.Methods in org.apache.pulsar.functions.runtime.kubernetes that return types with arguments of type KubernetesManifestCustomizer Modifier and Type Method Description java.util.Optional<KubernetesManifestCustomizer>KubernetesRuntimeFactory. getRuntimeCustomizer()
-