Interface IngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>

    • Method Detail

      • withHost

        A withHost​(String host)
      • withNewHost

        A withNewHost​(int[] arg1,
                      int arg2,
                      int arg3)
      • withNewHost

        A withNewHost​(char[] arg1)
      • withNewHost

        A withNewHost​(byte[] arg1,
                      int arg2)
      • withNewHost

        A withNewHost​(byte[] arg1)
      • withNewHost

        A withNewHost​(char[] arg1,
                      int arg2,
                      int arg3)
      • withNewHost

        A withNewHost​(byte[] arg1,
                      int arg2,
                      int arg3)
      • withNewHost

        A withNewHost​(byte[] arg1,
                      int arg2,
                      int arg3,
                      int arg4)
      • withNewHost

        A withNewHost​(String arg1)
      • addToDnsAnnotations

        A addToDnsAnnotations​(String key,
                              String value)
      • removeFromDnsAnnotations

        A removeFromDnsAnnotations​(String key)
      • removeFromDnsAnnotations

        A removeFromDnsAnnotations​(Map<String,​String> map)
      • withDnsAnnotations

        <K,​V> A withDnsAnnotations​(Map<String,​String> dnsAnnotations)
      • hasDnsAnnotations

        Boolean hasDnsAnnotations()