Class IngressUtils


  • public class IngressUtils
    extends java.lang.Object
    Ingress utilities.
    • Constructor Summary

      Constructors 
      Constructor Description
      IngressUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.URL getIngressUrl​(java.lang.String ingressTemplate, java.lang.String name, java.lang.String namespace)  
      static void updateIngressRules​(io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, FlinkDeploymentSpec spec, org.apache.flink.configuration.Configuration effectiveConfig, io.fabric8.kubernetes.client.KubernetesClient client)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IngressUtils

        public IngressUtils()
    • Method Detail

      • updateIngressRules

        public static void updateIngressRules​(io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
                                              FlinkDeploymentSpec spec,
                                              org.apache.flink.configuration.Configuration effectiveConfig,
                                              io.fabric8.kubernetes.client.KubernetesClient client)
      • getIngressUrl

        public static java.net.URL getIngressUrl​(java.lang.String ingressTemplate,
                                                 java.lang.String name,
                                                 java.lang.String namespace)