Interface KafkaExporterSpecFluent<A extends KafkaExporterSpecFluent<A>>

    • Method Detail

      • withImage

        A withImage​(String image)
      • withNewImage

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

        A withNewImage​(char[] arg1)
      • withNewImage

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

        A withNewImage​(byte[] arg1)
      • withNewImage

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

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

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

        A withNewImage​(String arg1)
      • getGroupRegex

        String getGroupRegex()
      • withGroupRegex

        A withGroupRegex​(String groupRegex)
      • hasGroupRegex

        Boolean hasGroupRegex()
      • withNewGroupRegex

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

        A withNewGroupRegex​(char[] arg1)
      • withNewGroupRegex

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

        A withNewGroupRegex​(byte[] arg1)
      • withNewGroupRegex

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

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

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

        A withNewGroupRegex​(String arg1)
      • getTopicRegex

        String getTopicRegex()
      • withTopicRegex

        A withTopicRegex​(String topicRegex)
      • hasTopicRegex

        Boolean hasTopicRegex()
      • withNewTopicRegex

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

        A withNewTopicRegex​(char[] arg1)
      • withNewTopicRegex

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

        A withNewTopicRegex​(byte[] arg1)
      • withNewTopicRegex

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

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

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

        A withNewTopicRegex​(String arg1)
      • getResources

        io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
      • withResources

        A withResources​(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
      • hasResources

        Boolean hasResources()
      • getLivenessProbe

        @Deprecated
        Probe getLivenessProbe()
        Deprecated.
        This method has been deprecated, please use method buildLivenessProbe instead.
        Returns:
        The buildable object.
      • buildLivenessProbe

        Probe buildLivenessProbe()
      • withLivenessProbe

        A withLivenessProbe​(Probe livenessProbe)
      • hasLivenessProbe

        Boolean hasLivenessProbe()
      • withNewLivenessProbe

        A withNewLivenessProbe​(int initialDelaySeconds,
                               int timeoutSeconds)
      • getReadinessProbe

        @Deprecated
        Probe getReadinessProbe()
        Deprecated.
        This method has been deprecated, please use method buildReadinessProbe instead.
        Returns:
        The buildable object.
      • buildReadinessProbe

        Probe buildReadinessProbe()
      • withReadinessProbe

        A withReadinessProbe​(Probe readinessProbe)
      • hasReadinessProbe

        Boolean hasReadinessProbe()
      • withNewReadinessProbe

        A withNewReadinessProbe​(int initialDelaySeconds,
                                int timeoutSeconds)
      • getLogging

        String getLogging()
      • withLogging

        A withLogging​(String logging)
      • withNewLogging

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

        A withNewLogging​(char[] arg1)
      • withNewLogging

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

        A withNewLogging​(byte[] arg1)
      • withNewLogging

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

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

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

        A withNewLogging​(String arg1)
      • isEnableSaramaLogging

        boolean isEnableSaramaLogging()
      • withEnableSaramaLogging

        A withEnableSaramaLogging​(boolean enableSaramaLogging)
      • hasEnableSaramaLogging

        Boolean hasEnableSaramaLogging()
      • getTemplate

        @Deprecated
        KafkaExporterTemplate getTemplate()
        Deprecated.
        This method has been deprecated, please use method buildTemplate instead.
        Returns:
        The buildable object.
      • hasTemplate

        Boolean hasTemplate()