public class InternalServiceDecorator extends AbstractKubernetesStepDecorator
| 构造器和说明 |
|---|
InternalServiceDecorator(KubernetesJobManagerParameters kubernetesJobManagerParameters) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<io.fabric8.kubernetes.api.model.HasMetadata> |
buildAccompanyingKubernetesResources()
Note that the method could have a side effect of modifying the Flink Configuration object, such as
update the JobManager address.
|
static String |
getInternalServiceName(String clusterId)
Generate name of the internal Service.
|
static String |
getNamespacedInternalServiceName(String clusterId,
String namespace)
Generate namespaced name of the internal Service.
|
decorateFlinkPodpublic InternalServiceDecorator(KubernetesJobManagerParameters kubernetesJobManagerParameters)
public List<io.fabric8.kubernetes.api.model.HasMetadata> buildAccompanyingKubernetesResources() throws IOException
AbstractKubernetesStepDecoratorpublic static String getInternalServiceName(String clusterId)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.