Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.NamespaceSelector
-
Packages that use NamespaceSelector Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of NamespaceSelector in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return NamespaceSelector Modifier and Type Method Description NamespaceSelectorNamespaceSelectorBuilder. build()NamespaceSelectorPodMonitorSpecFluent. buildNamespaceSelector()NamespaceSelectorProbeTargetIngressFluent. buildNamespaceSelector()NamespaceSelectorServiceMonitorSpecFluent. buildNamespaceSelector()NamespaceSelectorPodMonitorSpec. getNamespaceSelector()PodMonitorSpec contains specification parameters for a PodMonitor.NamespaceSelectorProbeTargetIngress. getNamespaceSelector()ProbeTargetIngress defines the set of Ingress objects considered for probing.NamespaceSelectorServiceMonitorSpec. getNamespaceSelector()ServiceMonitorSpec defines the specification parameters for a ServiceMonitor.Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type NamespaceSelector Constructor Description NamespaceSelectorBuilder(NamespaceSelector instance)NamespaceSelectorBuilder(NamespaceSelectorFluent<?> fluent, NamespaceSelector instance)NamespaceSelectorFluent(NamespaceSelector instance)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)ProbeTargetIngress(NamespaceSelector namespaceSelector, List<RelabelConfig> relabelingConfigs, io.fabric8.kubernetes.api.model.LabelSelector selector)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)
-