Interface PrometheusSourceSpecFluent<A extends PrometheusSourceSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PrometheusSourceFluent.SpecNested<N>
- All Known Implementing Classes:
PrometheusSourceFluentImpl.SpecNestedImpl,PrometheusSourceSpecBuilder,PrometheusSourceSpecFluentImpl
public interface PrometheusSourceSpecFluent<A extends PrometheusSourceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrometheusSourceSpecFluent.SinkNested<N>
-
Method Summary
-
-
-
Method Detail
-
getAuthTokenFile
String getAuthTokenFile()
-
hasAuthTokenFile
Boolean hasAuthTokenFile()
-
withNewAuthTokenFile
A withNewAuthTokenFile(StringBuilder arg1)
-
withNewAuthTokenFile
A withNewAuthTokenFile(StringBuffer arg1)
-
getCaCertConfigMap
String getCaCertConfigMap()
-
hasCaCertConfigMap
Boolean hasCaCertConfigMap()
-
withNewCaCertConfigMap
A withNewCaCertConfigMap(StringBuilder arg1)
-
withNewCaCertConfigMap
A withNewCaCertConfigMap(StringBuffer arg1)
-
getPromQL
String getPromQL()
-
hasPromQL
Boolean hasPromQL()
-
withNewPromQL
A withNewPromQL(StringBuilder arg1)
-
withNewPromQL
A withNewPromQL(StringBuffer arg1)
-
getSchedule
String getSchedule()
-
hasSchedule
Boolean hasSchedule()
-
withNewSchedule
A withNewSchedule(StringBuilder arg1)
-
withNewSchedule
A withNewSchedule(StringBuffer arg1)
-
getServerURL
String getServerURL()
-
hasServerURL
Boolean hasServerURL()
-
withNewServerURL
A withNewServerURL(StringBuilder arg1)
-
withNewServerURL
A withNewServerURL(StringBuffer arg1)
-
getServiceAccountName
String getServiceAccountName()
-
hasServiceAccountName
Boolean hasServiceAccountName()
-
withNewServiceAccountName
A withNewServiceAccountName(StringBuilder arg1)
-
withNewServiceAccountName
A withNewServiceAccountName(StringBuffer arg1)
-
getSink
@Deprecated Destination getSink()
Deprecated.This method has been deprecated, please use method buildSink instead.- Returns:
- The buildable object.
-
buildSink
Destination buildSink()
-
withSink
A withSink(Destination sink)
-
hasSink
Boolean hasSink()
-
withNewSink
PrometheusSourceSpecFluent.SinkNested<A> withNewSink()
-
withNewSinkLike
PrometheusSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
-
editSink
PrometheusSourceSpecFluent.SinkNested<A> editSink()
-
editOrNewSink
PrometheusSourceSpecFluent.SinkNested<A> editOrNewSink()
-
editOrNewSinkLike
PrometheusSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
-
getStep
String getStep()
-
hasStep
Boolean hasStep()
-
withNewStep
A withNewStep(StringBuilder arg1)
-
withNewStep
A withNewStep(StringBuffer arg1)
-
-