Uses of Class
org.apache.flink.kubernetes.kubeclient.parameters.AbstractKubernetesParameters
Packages that use AbstractKubernetesParameters
Package
Description
-
Uses of AbstractKubernetesParameters in org.apache.flink.kubernetes.kubeclient.decorators
Constructors in org.apache.flink.kubernetes.kubeclient.decorators with parameters of type AbstractKubernetesParametersModifierConstructorDescriptionEnvSecretsDecorator(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
Modifier and TypeClassDescriptionclassA 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.classA utility class helps parse, verify, and manage the Kubernetes side parameters that are used for constructing the TaskManager Pod.