Class JmxTransResources

java.lang.Object
io.strimzi.api.kafka.model.jmxtrans.JmxTransResources

public class JmxTransResources extends Object
Encapsulates the naming scheme used for the resources which the Cluster Operator manages for a JmxTrans instance.
  • Method Details

    • componentName

      public static String componentName(String kafkaClusterName)
      Returns the name of the JmxTrans Deployment.
      Parameters:
      kafkaClusterName - The metadata.name of the Kafka resource.
      Returns:
      The name of the corresponding JmxTrans Deployment.
    • serviceAccountName

      public static String serviceAccountName(String kafkaClusterName)
      Returns the name of the JmxTrans ServiceAccount.
      Parameters:
      kafkaClusterName - The metadata.name of the Kafka resource.
      Returns:
      The name of the corresponding JmxTrans ServiceAccount.
    • configMapName

      public static String configMapName(String kafkaClusterName)
      Returns the name of the JmxTrans ConfigMap.
      Parameters:
      kafkaClusterName - The metadata.name of the Kafka resource.
      Returns:
      The name of the corresponding JmxTrans ConfigMap.