You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/12 20:30:42 UTC

[GitHub] [flink-kubernetes-operator] SteNicholas commented on a diff in pull request #315: [FLINK-28496] Label selector setting for operator

SteNicholas commented on code in PR #315:
URL: https://github.com/apache/flink-kubernetes-operator/pull/315#discussion_r919399982


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/KubernetesOperatorConfigOptions.java:
##########
@@ -233,6 +233,15 @@ public class KubernetesOperatorConfigOptions {
                     .withDescription(
                             "Comma separated list of namespaces the operator monitors for custom resources.");
 
+    @Documentation.Section(SECTION_SYSTEM)
+    public static final ConfigOption<String> OPERATOR_LABEL_SELECTOR =

Review Comment:
   Please run `mvn package -Pgenerate-docs -pl flink-kubernetes-docs -nsu -DskipTests` to generate the config option in the configuration document.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org