Class KubernetesRuntimeFactoryConfig
java.lang.Object
org.apache.pulsar.functions.runtime.kubernetes.KubernetesRuntimeFactoryConfig
- Direct Known Subclasses:
WorkerConfig.KubernetesContainerFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected doubleprotected Integerprotected Stringprotected intprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected doubleprotected intprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
k8Uri
-
jobNamespace
-
jobName
-
pulsarDockerImageName
-
functionDockerImages
-
imagePullPolicy
-
pulsarRootDir
-
configAdminCLI
-
submittingInsidePod
-
pulsarServiceUrl
-
pulsarAdminUrl
-
installUserCodeDependencies
-
pythonDependencyRepository
-
pythonExtraDependencyRepository
-
extraFunctionDependenciesDir
-
customLabels
-
expectedMetricsCollectionInterval
-
changeConfigMap
-
changeConfigMapNamespace
-
percentMemoryPadding
protected int percentMemoryPadding -
cpuOverCommitRatio
protected double cpuOverCommitRatio -
memoryOverCommitRatio
protected double memoryOverCommitRatio -
gracePeriodSeconds
protected int gracePeriodSeconds
-
-
Constructor Details
-
KubernetesRuntimeFactoryConfig
public KubernetesRuntimeFactoryConfig()
-