Package | Description |
---|---|
org.apache.flink.kubernetes.kubeclient.decorators |
Modifier and Type | Class and Description |
---|---|
class |
CmdJobManagerDecorator
Attach the command and args to the main container for running the JobManager.
|
class |
CmdTaskManagerDecorator
Attach the command and args to the main container for running the TaskManager.
|
class |
EnvSecretsDecorator
Support setting environment variables via Secrets.
|
class |
ExternalServiceDecorator
Creates an external Service to expose the rest port of the Flink JobManager(s).
|
class |
FlinkConfMountDecorator
Mounts the log4j.properties, logback.xml, and config.yaml configuration on the JobManager or
TaskManager pod.
|
class |
HadoopConfMountDecorator
Mount the custom Hadoop Configuration to the JobManager(s)/TaskManagers.
|
class |
InitJobManagerDecorator
An initializer for the JobManager
FlinkPod . |
class |
InitTaskManagerDecorator
An initializer for the TaskManager
FlinkPod . |
class |
InternalServiceDecorator
Creates an internal Service which forwards the requests from the TaskManager(s) to the active
JobManager.
|
class |
KerberosMountDecorator
Mount the custom Kerberos Configuration and Credential to the JobManager(s)/TaskManagers.
|
class |
MountSecretsDecorator
Support mounting Secrets on the JobManager or TaskManager pod..
|
class |
PodTemplateMountDecorator
Ship and mount
Constants.TASK_MANAGER_POD_TEMPLATE_FILE_NAME on the JobManager. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.