public class ExternalServiceDecorator extends AbstractKubernetesStepDecorator
| 构造器和说明 |
|---|
ExternalServiceDecorator(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 |
getExternalServiceName(String clusterId)
Generate name of the external Service.
|
static String |
getNamespacedExternalServiceName(String clusterId,
String namespace)
Generate namespaced name of the external Service.
|
decorateFlinkPodpublic ExternalServiceDecorator(KubernetesJobManagerParameters kubernetesJobManagerParameters)
public List<io.fabric8.kubernetes.api.model.HasMetadata> buildAccompanyingKubernetesResources() throws IOException
AbstractKubernetesStepDecoratorpublic static String getExternalServiceName(String clusterId)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.