Uses of Class
org.apache.flink.kubernetes.kubeclient.resources.KubernetesConfigMap
Packages that use KubernetesConfigMap
Package
Description
-
Uses of KubernetesConfigMap in org.apache.flink.kubernetes.highavailability
Methods in org.apache.flink.kubernetes.highavailability with parameters of type KubernetesConfigMapModifier and TypeMethodDescriptionorg.apache.flink.runtime.leaderelection.LeaderInformationKubernetesLeaderRetrievalDriverFactory.extractLeaderInformation(KubernetesConfigMap configMap) Constructor parameters in org.apache.flink.kubernetes.highavailability with type arguments of type KubernetesConfigMapModifierConstructorDescriptionKubernetesLeaderRetrievalDriver(KubernetesConfigMapSharedWatcher configMapSharedWatcher, Executor watchExecutor, String configMapName, org.apache.flink.runtime.leaderretrieval.LeaderRetrievalEventHandler leaderRetrievalEventHandler, Function<KubernetesConfigMap, org.apache.flink.runtime.leaderelection.LeaderInformation> leaderInformationExtractor, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of KubernetesConfigMap in org.apache.flink.kubernetes.kubeclient
Methods in org.apache.flink.kubernetes.kubeclient that return types with arguments of type KubernetesConfigMapModifier and TypeMethodDescriptionFabric8FlinkKubeClient.getConfigMap(String name) FlinkKubeClient.getConfigMap(String name) Get the ConfigMap with specified name.Methods in org.apache.flink.kubernetes.kubeclient with parameters of type KubernetesConfigMapModifier and TypeMethodDescriptionFabric8FlinkKubeClient.createConfigMap(KubernetesConfigMap configMap) FlinkKubeClient.createConfigMap(KubernetesConfigMap configMap) Create the ConfigMap with specified content.Method parameters in org.apache.flink.kubernetes.kubeclient with type arguments of type KubernetesConfigMapModifier and TypeMethodDescriptionFabric8FlinkKubeClient.checkAndUpdateConfigMap(String configMapName, Function<KubernetesConfigMap, Optional<KubernetesConfigMap>> updateFunction) Fabric8FlinkKubeClient.checkAndUpdateConfigMap(String configMapName, Function<KubernetesConfigMap, Optional<KubernetesConfigMap>> updateFunction) FlinkKubeClient.checkAndUpdateConfigMap(String configMapName, Function<KubernetesConfigMap, Optional<KubernetesConfigMap>> updateFunction) Update an existing ConfigMap with the data.FlinkKubeClient.checkAndUpdateConfigMap(String configMapName, Function<KubernetesConfigMap, Optional<KubernetesConfigMap>> updateFunction) Update an existing ConfigMap with the data. -
Uses of KubernetesConfigMap in org.apache.flink.kubernetes.kubeclient.resources
Methods in org.apache.flink.kubernetes.kubeclient.resources with parameters of type KubernetesConfigMapModifier and TypeMethodDescriptionstatic booleanKubernetesLeaderElector.hasLeadership(KubernetesConfigMap configMap, String lockIdentity) -
Uses of KubernetesConfigMap in org.apache.flink.kubernetes.utils
Methods in org.apache.flink.kubernetes.utils that return KubernetesConfigMapModifier and TypeMethodDescriptionstatic KubernetesConfigMapKubernetesUtils.getOnlyConfigMap(List<KubernetesConfigMap> configMaps, String expectedConfigMapName) Check the ConfigMap list should only contain the expected one.Methods in org.apache.flink.kubernetes.utils with parameters of type KubernetesConfigMapModifier and TypeMethodDescriptionstatic org.apache.flink.runtime.leaderelection.LeaderInformationKubernetesUtils.getLeaderInformationFromConfigMap(KubernetesConfigMap configMap) Get theLeaderInformationfrom ConfigMap.Method parameters in org.apache.flink.kubernetes.utils with type arguments of type KubernetesConfigMapModifier and TypeMethodDescriptionstatic KubernetesConfigMapKubernetesUtils.getOnlyConfigMap(List<KubernetesConfigMap> configMaps, String expectedConfigMapName) Check the ConfigMap list should only contain the expected one.