Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.RemoteReadSpec
-
Packages that use RemoteReadSpec Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of RemoteReadSpec in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return RemoteReadSpec Modifier and Type Method Description RemoteReadSpecRemoteReadSpecBuilder. build()RemoteReadSpecPrometheusSpecFluent. buildFirstRemoteRead()RemoteReadSpecPrometheusSpecFluent. buildLastRemoteRead()RemoteReadSpecPrometheusSpecFluent. buildMatchingRemoteRead(Predicate<RemoteReadSpecBuilder> predicate)RemoteReadSpecPrometheusSpecFluent. buildRemoteRead(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type RemoteReadSpec Modifier and Type Method Description List<RemoteReadSpec>PrometheusSpecFluent. buildRemoteRead()List<RemoteReadSpec>PrometheusSpec. getRemoteRead()Defines the list of remote read configurations.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type RemoteReadSpec Modifier and Type Method Description PrometheusSpecFluent.RemoteReadNested<A>PrometheusSpecFluent. addNewRemoteReadLike(RemoteReadSpec item)APrometheusSpecFluent. addToRemoteRead(int index, RemoteReadSpec item)APrometheusSpecFluent. addToRemoteRead(RemoteReadSpec... items)protected voidRemoteReadSpecFluent. copyInstance(RemoteReadSpec instance)APrometheusSpecFluent. removeFromRemoteRead(RemoteReadSpec... items)PrometheusSpecFluent.RemoteReadNested<A>PrometheusSpecFluent. setNewRemoteReadLike(int index, RemoteReadSpec item)APrometheusSpecFluent. setToRemoteRead(int index, RemoteReadSpec item)APrometheusSpecFluent. withRemoteRead(RemoteReadSpec... remoteRead)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type RemoteReadSpec Modifier and Type Method Description APrometheusSpecFluent. addAllToRemoteRead(Collection<RemoteReadSpec> items)APrometheusSpecFluent. removeAllFromRemoteRead(Collection<RemoteReadSpec> items)voidPrometheusSpec. setRemoteRead(List<RemoteReadSpec> remoteRead)Defines the list of remote read configurations.APrometheusSpecFluent. withRemoteRead(List<RemoteReadSpec> remoteRead)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type RemoteReadSpec Constructor Description RemoteReadSpecBuilder(RemoteReadSpec instance)RemoteReadSpecBuilder(RemoteReadSpecFluent<?> fluent, RemoteReadSpec instance)RemoteReadSpecFluent(RemoteReadSpec instance)
-