Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.Endpoint
-
Packages that use Endpoint Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of Endpoint in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return Endpoint Modifier and Type Method Description EndpointEndpointBuilder. build()EndpointServiceMonitorSpecFluent. buildEndpoint(int index)EndpointServiceMonitorSpecFluent. buildFirstEndpoint()EndpointServiceMonitorSpecFluent. buildLastEndpoint()EndpointServiceMonitorSpecFluent. buildMatchingEndpoint(Predicate<EndpointBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>ServiceMonitorSpecFluent. buildEndpoints()List<Endpoint>ServiceMonitorSpec. getEndpoints()List of endpoints part of this ServiceMonitor.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type Endpoint Modifier and Type Method Description ServiceMonitorSpecFluent.EndpointsNested<A>ServiceMonitorSpecFluent. addNewEndpointLike(Endpoint item)AServiceMonitorSpecFluent. addToEndpoints(int index, Endpoint item)AServiceMonitorSpecFluent. addToEndpoints(Endpoint... items)protected voidEndpointFluent. copyInstance(Endpoint instance)AServiceMonitorSpecFluent. removeFromEndpoints(Endpoint... items)ServiceMonitorSpecFluent.EndpointsNested<A>ServiceMonitorSpecFluent. setNewEndpointLike(int index, Endpoint item)AServiceMonitorSpecFluent. setToEndpoints(int index, Endpoint item)AServiceMonitorSpecFluent. withEndpoints(Endpoint... endpoints)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type Endpoint Modifier and Type Method Description AServiceMonitorSpecFluent. addAllToEndpoints(Collection<Endpoint> items)AServiceMonitorSpecFluent. removeAllFromEndpoints(Collection<Endpoint> items)voidServiceMonitorSpec. setEndpoints(List<Endpoint> endpoints)List of endpoints part of this ServiceMonitor.AServiceMonitorSpecFluent. withEndpoints(List<Endpoint> endpoints)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type Endpoint Constructor Description EndpointBuilder(Endpoint instance)EndpointBuilder(EndpointFluent<?> fluent, Endpoint instance)EndpointFluent(Endpoint instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type Endpoint Constructor Description ServiceMonitorSpec(AttachMetadata attachMetadata, String bodySizeLimit, Boolean convertClassicHistogramsToNHCB, List<Endpoint> endpoints, String fallbackScrapeProtocol, String jobLabel, Long keepDroppedTargets, Long labelLimit, Long labelNameLengthLimit, Long labelValueLengthLimit, NamespaceSelector namespaceSelector, Long nativeHistogramBucketLimit, io.fabric8.kubernetes.api.model.Quantity nativeHistogramMinBucketFactor, List<String> podTargetLabels, Long sampleLimit, String scrapeClass, Boolean scrapeClassicHistograms, List<String> scrapeProtocols, io.fabric8.kubernetes.api.model.LabelSelector selector, String selectorMechanism, List<String> targetLabels, Long targetLimit)
-