| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1 |
| Modifier and Type | Method and Description |
|---|---|
RemoteWriteSpec |
RemoteWriteSpecBuilder.build() |
RemoteWriteSpec |
PrometheusSpecFluent.buildFirstRemoteWrite() |
RemoteWriteSpec |
PrometheusSpecFluentImpl.buildFirstRemoteWrite() |
RemoteWriteSpec |
PrometheusSpecFluent.buildLastRemoteWrite() |
RemoteWriteSpec |
PrometheusSpecFluentImpl.buildLastRemoteWrite() |
RemoteWriteSpec |
PrometheusSpecFluent.buildMatchingRemoteWrite(Predicate<RemoteWriteSpecBuilder> predicate) |
RemoteWriteSpec |
PrometheusSpecFluentImpl.buildMatchingRemoteWrite(Predicate<RemoteWriteSpecBuilder> predicate) |
RemoteWriteSpec |
PrometheusSpecFluent.buildRemoteWrite(Integer index) |
RemoteWriteSpec |
PrometheusSpecFluentImpl.buildRemoteWrite(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<RemoteWriteSpec> |
PrometheusSpecFluent.buildRemoteWrite() |
List<RemoteWriteSpec> |
PrometheusSpecFluentImpl.buildRemoteWrite() |
List<RemoteWriteSpec> |
PrometheusSpecFluent.getRemoteWrite()
Deprecated.
|
List<RemoteWriteSpec> |
PrometheusSpecFluentImpl.getRemoteWrite()
Deprecated.
|
List<RemoteWriteSpec> |
PrometheusSpec.getRemoteWrite() |
| Modifier and Type | Method and Description |
|---|---|
A |
PrometheusSpecFluent.addAllToRemoteWrite(Collection<RemoteWriteSpec> items) |
A |
PrometheusSpecFluentImpl.addAllToRemoteWrite(Collection<RemoteWriteSpec> items) |
A |
PrometheusSpecFluent.removeAllFromRemoteWrite(Collection<RemoteWriteSpec> items) |
A |
PrometheusSpecFluentImpl.removeAllFromRemoteWrite(Collection<RemoteWriteSpec> items) |
void |
PrometheusSpec.setRemoteWrite(List<RemoteWriteSpec> remoteWrite) |
A |
PrometheusSpecFluent.withRemoteWrite(List<RemoteWriteSpec> remoteWrite) |
A |
PrometheusSpecFluentImpl.withRemoteWrite(List<RemoteWriteSpec> remoteWrite) |
| Constructor and Description |
|---|
RemoteWriteSpecBuilder(RemoteWriteSpec instance) |
RemoteWriteSpecBuilder(RemoteWriteSpec instance,
Boolean validationEnabled) |
RemoteWriteSpecBuilder(RemoteWriteSpecFluent<?> fluent,
RemoteWriteSpec instance) |
RemoteWriteSpecBuilder(RemoteWriteSpecFluent<?> fluent,
RemoteWriteSpec instance,
Boolean validationEnabled) |
RemoteWriteSpecFluentImpl(RemoteWriteSpec instance) |
| Constructor and Description |
|---|
PrometheusSpec(io.fabric8.kubernetes.api.model.SecretKeySelector additionalAlertManagerConfigs,
io.fabric8.kubernetes.api.model.SecretKeySelector additionalAlertRelabelConfigs,
io.fabric8.kubernetes.api.model.SecretKeySelector additionalScrapeConfigs,
io.fabric8.kubernetes.api.model.Affinity affinity,
AlertingSpec alerting,
Boolean allowOverlappingBlocks,
APIServerConfig apiserverConfig,
ArbitraryFSAccessThroughSMsConfig arbitraryFSAccessThroughSMs,
String baseImage,
List<String> configMaps,
List<io.fabric8.kubernetes.api.model.Container> containers,
Boolean disableCompaction,
Boolean enableAdminAPI,
List<String> enableFeatures,
String enforcedNamespaceLabel,
Long enforcedSampleLimit,
Long enforcedTargetLimit,
String evaluationInterval,
Map<String,String> externalLabels,
String externalUrl,
Boolean ignoreNamespaceSelectors,
String image,
List<io.fabric8.kubernetes.api.model.LocalObjectReference> imagePullSecrets,
List<io.fabric8.kubernetes.api.model.Container> initContainers,
Boolean listenLocal,
String logFormat,
String logLevel,
Map<String,String> nodeSelector,
Boolean overrideHonorLabels,
Boolean overrideHonorTimestamps,
Boolean paused,
EmbeddedObjectMetadata podMetadata,
io.fabric8.kubernetes.api.model.LabelSelector podMonitorNamespaceSelector,
io.fabric8.kubernetes.api.model.LabelSelector podMonitorSelector,
String portName,
String priorityClassName,
io.fabric8.kubernetes.api.model.LabelSelector probeNamespaceSelector,
io.fabric8.kubernetes.api.model.LabelSelector probeSelector,
String prometheusExternalLabelName,
List<PrometheusRuleExcludeConfig> prometheusRulesExcludedFromEnforce,
QuerySpec query,
String queryLogFile,
List<RemoteReadSpec> remoteRead,
List<RemoteWriteSpec> remoteWrite,
String replicaExternalLabelName,
Integer replicas,
io.fabric8.kubernetes.api.model.ResourceRequirements resources,
String retention,
String retentionSize,
String routePrefix,
io.fabric8.kubernetes.api.model.LabelSelector ruleNamespaceSelector,
io.fabric8.kubernetes.api.model.LabelSelector ruleSelector,
Rules rules,
String scrapeInterval,
String scrapeTimeout,
List<String> secrets,
io.fabric8.kubernetes.api.model.PodSecurityContext securityContext,
String serviceAccountName,
io.fabric8.kubernetes.api.model.LabelSelector serviceMonitorNamespaceSelector,
io.fabric8.kubernetes.api.model.LabelSelector serviceMonitorSelector,
String sha,
Integer shards,
StorageSpec storage,
String tag,
ThanosSpec thanos,
List<io.fabric8.kubernetes.api.model.Toleration> tolerations,
List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> topologySpreadConstraints,
String version,
List<io.fabric8.kubernetes.api.model.VolumeMount> volumeMounts,
List<io.fabric8.kubernetes.api.model.Volume> volumes,
Boolean walCompression,
WebSpec web) |
Copyright © 2015–2020 Red Hat. All rights reserved.