| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.monitoring.v1 |
| Modifier and Type | Method and Description |
|---|---|
AttachMetadata |
AttachMetadataBuilder.build() |
AttachMetadata |
PodMonitorSpecFluent.buildAttachMetadata() |
AttachMetadata |
ServiceMonitorSpecFluent.buildAttachMetadata() |
AttachMetadata |
ServiceMonitorSpec.getAttachMetadata() |
AttachMetadata |
PodMonitorSpec.getAttachMetadata() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AttachMetadataFluent.copyInstance(AttachMetadata instance) |
PodMonitorSpecFluent.AttachMetadataNested<A> |
PodMonitorSpecFluent.editOrNewAttachMetadataLike(AttachMetadata item) |
ServiceMonitorSpecFluent.AttachMetadataNested<A> |
ServiceMonitorSpecFluent.editOrNewAttachMetadataLike(AttachMetadata item) |
void |
ServiceMonitorSpec.setAttachMetadata(AttachMetadata attachMetadata) |
void |
PodMonitorSpec.setAttachMetadata(AttachMetadata attachMetadata) |
A |
PodMonitorSpecFluent.withAttachMetadata(AttachMetadata attachMetadata) |
A |
ServiceMonitorSpecFluent.withAttachMetadata(AttachMetadata attachMetadata) |
PodMonitorSpecFluent.AttachMetadataNested<A> |
PodMonitorSpecFluent.withNewAttachMetadataLike(AttachMetadata item) |
ServiceMonitorSpecFluent.AttachMetadataNested<A> |
ServiceMonitorSpecFluent.withNewAttachMetadataLike(AttachMetadata item) |
| Constructor and Description |
|---|
AttachMetadataBuilder(AttachMetadata instance) |
AttachMetadataBuilder(AttachMetadataFluent<?> fluent,
AttachMetadata instance) |
AttachMetadataFluent(AttachMetadata instance) |
PodMonitorSpec(AttachMetadata attachMetadata,
String jobLabel,
Long keepDroppedTargets,
Long labelLimit,
Long labelNameLengthLimit,
Long labelValueLengthLimit,
NamespaceSelector namespaceSelector,
List<PodMetricsEndpoint> podMetricsEndpoints,
List<String> podTargetLabels,
Long sampleLimit,
io.fabric8.kubernetes.api.model.LabelSelector selector,
Long targetLimit) |
ServiceMonitorSpec(AttachMetadata attachMetadata,
List<Endpoint> endpoints,
String jobLabel,
Long keepDroppedTargets,
Long labelLimit,
Long labelNameLengthLimit,
Long labelValueLengthLimit,
NamespaceSelector namespaceSelector,
List<String> podTargetLabels,
Long sampleLimit,
io.fabric8.kubernetes.api.model.LabelSelector selector,
List<String> targetLabels,
Long targetLimit) |
Copyright © 2015–2024 Red Hat. All rights reserved.