Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.PodMetricsEndpoint
-
Packages that use PodMetricsEndpoint Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of PodMetricsEndpoint in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return PodMetricsEndpoint Modifier and Type Method Description PodMetricsEndpointPodMetricsEndpointBuilder. build()PodMetricsEndpointPodMonitorSpecFluent. buildFirstPodMetricsEndpoint()PodMetricsEndpointPodMonitorSpecFluent. buildLastPodMetricsEndpoint()PodMetricsEndpointPodMonitorSpecFluent. buildMatchingPodMetricsEndpoint(Predicate<PodMetricsEndpointBuilder> predicate)PodMetricsEndpointPodMonitorSpecFluent. buildPodMetricsEndpoint(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type PodMetricsEndpoint Modifier and Type Method Description List<PodMetricsEndpoint>PodMonitorSpecFluent. buildPodMetricsEndpoints()List<PodMetricsEndpoint>PodMonitorSpec. getPodMetricsEndpoints()Defines how to scrape metrics from the selected pods.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type PodMetricsEndpoint Modifier and Type Method Description PodMonitorSpecFluent.PodMetricsEndpointsNested<A>PodMonitorSpecFluent. addNewPodMetricsEndpointLike(PodMetricsEndpoint item)APodMonitorSpecFluent. addToPodMetricsEndpoints(int index, PodMetricsEndpoint item)APodMonitorSpecFluent. addToPodMetricsEndpoints(PodMetricsEndpoint... items)protected voidPodMetricsEndpointFluent. copyInstance(PodMetricsEndpoint instance)APodMonitorSpecFluent. removeFromPodMetricsEndpoints(PodMetricsEndpoint... items)PodMonitorSpecFluent.PodMetricsEndpointsNested<A>PodMonitorSpecFluent. setNewPodMetricsEndpointLike(int index, PodMetricsEndpoint item)APodMonitorSpecFluent. setToPodMetricsEndpoints(int index, PodMetricsEndpoint item)APodMonitorSpecFluent. withPodMetricsEndpoints(PodMetricsEndpoint... podMetricsEndpoints)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type PodMetricsEndpoint Modifier and Type Method Description APodMonitorSpecFluent. addAllToPodMetricsEndpoints(Collection<PodMetricsEndpoint> items)APodMonitorSpecFluent. removeAllFromPodMetricsEndpoints(Collection<PodMetricsEndpoint> items)voidPodMonitorSpec. setPodMetricsEndpoints(List<PodMetricsEndpoint> podMetricsEndpoints)Defines how to scrape metrics from the selected pods.APodMonitorSpecFluent. withPodMetricsEndpoints(List<PodMetricsEndpoint> podMetricsEndpoints)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type PodMetricsEndpoint Constructor Description PodMetricsEndpointBuilder(PodMetricsEndpoint instance)PodMetricsEndpointBuilder(PodMetricsEndpointFluent<?> fluent, PodMetricsEndpoint instance)PodMetricsEndpointFluent(PodMetricsEndpoint instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type PodMetricsEndpoint Constructor Description PodMonitorSpec(AttachMetadata attachMetadata, String bodySizeLimit, Boolean convertClassicHistogramsToNHCB, String fallbackScrapeProtocol, String jobLabel, Long keepDroppedTargets, Long labelLimit, Long labelNameLengthLimit, Long labelValueLengthLimit, NamespaceSelector namespaceSelector, Long nativeHistogramBucketLimit, io.fabric8.kubernetes.api.model.Quantity nativeHistogramMinBucketFactor, List<PodMetricsEndpoint> podMetricsEndpoints, List<String> podTargetLabels, Long sampleLimit, String scrapeClass, Boolean scrapeClassicHistograms, List<String> scrapeProtocols, io.fabric8.kubernetes.api.model.LabelSelector selector, String selectorMechanism, Long targetLimit)
-