public interface PrometheusSourceSpecFluent<A extends PrometheusSourceSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrometheusSourceSpecFluent.SinkNested<N> |
String getAuthTokenFile()
Boolean hasAuthTokenFile()
@Deprecated A withNewAuthTokenFile(String arg0)
String getCaCertConfigMap()
Boolean hasCaCertConfigMap()
@Deprecated A withNewCaCertConfigMap(String arg0)
String getPromQL()
Boolean hasPromQL()
@Deprecated A withNewPromQL(String arg0)
String getSchedule()
Boolean hasSchedule()
@Deprecated A withNewSchedule(String arg0)
String getServerURL()
Boolean hasServerURL()
@Deprecated A withNewServerURL(String arg0)
String getServiceAccountName()
Boolean hasServiceAccountName()
@Deprecated A withNewServiceAccountName(String arg0)
@Deprecated Destination getSink()
Destination buildSink()
A withSink(Destination sink)
Boolean hasSink()
PrometheusSourceSpecFluent.SinkNested<A> withNewSink()
PrometheusSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
PrometheusSourceSpecFluent.SinkNested<A> editSink()
PrometheusSourceSpecFluent.SinkNested<A> editOrNewSink()
PrometheusSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
String getStep()
Boolean hasStep()
@Deprecated A withNewStep(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.