Package io.strimzi.api.kafka.model
Class JmxTransResources
- java.lang.Object
-
- io.strimzi.api.kafka.model.JmxTransResources
-
public class JmxTransResources extends Object
Encapsulates the naming scheme used for the resources which the Cluster Operator manages for aJmxTransinstance.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringdeploymentName(String kafkaClusterName)Returns the name of the JmxTransDeployment.static StringserviceAccountName(String kafkaClusterName)Returns the name of the JmxTransServiceAccount.
-