Class Config
- java.lang.Object
-
- com.atlassian.buildeng.kubernetes.metrics.rest.Config
-
public class Config extends Object
Config that stores the prometheus url for the Kubernetes metrics backend.- Author:
- mkleint
-
-
Field Summary
Fields Modifier and Type Field Description StringprometheusUrl
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrometheusUrl()voidsetPrometheusUrl(String prometheusUrl)
-