public class KafkaConnectS2IResources extends KafkaConnectResources
KafkaConnectS2I cluster.| Modifier and Type | Method and Description |
|---|---|
static String |
buildConfigName(String clusterName)
Returns the name of the Kafka Connect S2I source
BuildConfig for a KafkaConnectS2I cluster of the given name. |
static String |
sourceImageStreamName(String clusterName)
Returns the name of the Kafka Connect S2I
ImageStream for a KafkaConnectS2I cluster of the given name. |
static String |
targetImageStreamName(String clusterName)
Returns the name of the Kafka Connect S2I target
ImageStream for a KafkaConnectS2I cluster of the given name. |
deploymentName, metricsAndLogConfigMapName, serviceAccountName, serviceName, urlpublic static String buildConfigName(String clusterName)
BuildConfig for a KafkaConnectS2I cluster of the given name.clusterName - The metadata.name of the KafkaConnectS2I resource.BuildConfig.public static String targetImageStreamName(String clusterName)
ImageStream for a KafkaConnectS2I cluster of the given name.clusterName - The metadata.name of the KafkaConnectS2I resource.ImageStream.public static String sourceImageStreamName(String clusterName)
ImageStream for a KafkaConnectS2I cluster of the given name.clusterName - The metadata.name of the KafkaConnectS2I resource.ImageStream.Copyright © 2020. All rights reserved.