Uses of Class
org.apache.flink.kubernetes.kubeclient.parameters.AbstractKubernetesParameters
-
Packages that use AbstractKubernetesParameters Package Description org.apache.flink.kubernetes.kubeclient.decorators org.apache.flink.kubernetes.kubeclient.parameters -
-
Uses of AbstractKubernetesParameters in org.apache.flink.kubernetes.kubeclient.decorators
Constructors in org.apache.flink.kubernetes.kubeclient.decorators with parameters of type AbstractKubernetesParameters Constructor Description EnvSecretsDecorator(AbstractKubernetesParameters kubernetesComponentConf)FlinkConfMountDecorator(AbstractKubernetesParameters kubernetesComponentConf)HadoopConfMountDecorator(AbstractKubernetesParameters kubernetesParameters)KerberosMountDecorator(AbstractKubernetesParameters kubernetesParameters)MountSecretsDecorator(AbstractKubernetesParameters kubernetesComponentConf)PodTemplateMountDecorator(AbstractKubernetesParameters kubernetesComponentConf) -
Uses of AbstractKubernetesParameters in org.apache.flink.kubernetes.kubeclient.parameters
Subclasses of AbstractKubernetesParameters in org.apache.flink.kubernetes.kubeclient.parameters Modifier and Type Class Description classKubernetesJobManagerParametersA utility class helps parse, verify, and manage the Kubernetes side parameters that are used for constructing the JobManager Pod and all accompanying resources connected to it.classKubernetesTaskManagerParametersA utility class helps parse, verify, and manage the Kubernetes side parameters that are used for constructing the TaskManager Pod.
-