public class KafkaMirrorMakerResources extends Object
KafkaMirrorMaker cluster.| Modifier and Type | Method and Description |
|---|---|
static String |
deploymentName(String clusterName)
Returns the name of the Kafka Mirror Maker
Deployment for a KafkaMirrorMaker cluster of the given name. |
static String |
metricsAndLogConfigMapName(String clusterName)
Returns the name of the Kafka Mirror Maker metrics and log
ConfigMap for a KafkaMirrorMaker cluster of the given name. |
static String |
serviceAccountName(String clusterName)
Returns the name of the Kafka Mirror Maker
ServiceAccount for a KafkaMirrorMaker cluster of the given name. |
static String |
serviceName(String clusterName)
Returns the name of the Prometheus
Service for a KafkaMirrorMaker cluster of the given name. |
public static String deploymentName(String clusterName)
Deployment for a KafkaMirrorMaker cluster of the given name.clusterName - The metadata.name of the KafkaMirrorMaker resource.Deployment.public static String serviceAccountName(String clusterName)
ServiceAccount for a KafkaMirrorMaker cluster of the given name.clusterName - The metadata.name of the KafkaMirrorMaker resource.ServiceAccount.public static String serviceName(String clusterName)
Service for a KafkaMirrorMaker cluster of the given name.clusterName - The metadata.name of the KafkaMirrorMaker resource.Service.public static String metricsAndLogConfigMapName(String clusterName)
ConfigMap for a KafkaMirrorMaker cluster of the given name.clusterName - The metadata.name of the KafkaMirrorMaker resource.ConfigMap.Copyright © 2020. All rights reserved.