ryanvanhuuksloot commented on code in PR #727: URL: https://github.com/apache/flink-kubernetes-operator/pull/727#discussion_r1423102109
########## docs/content/docs/custom-resource/reference.md: ########## @@ -96,6 +96,8 @@ This page serves as a full reference for FlinkDeployment custom resource definit | template | java.lang.String | Ingress template for the JobManager service. | | className | java.lang.String | Ingress className for the Flink deployment. | | annotations | java.util.Map<java.lang.String,java.lang.String> | Ingress annotations. | +| labels | java.util.Map<java.lang.String,java.lang.String> | Ingress labels. | +| tls | java.util.List<io.fabric8.kubernetes.api.model.networking.v1.IngressTLS> | Ingress tls. | Review Comment: Like you said in your review - I think it is fine to only show v1 here. -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org