Class ServiceMonitorSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.ServiceMonitorSpecFluent<ServiceMonitorSpecBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1.ServiceMonitorSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ServiceMonitorSpec>,io.fabric8.kubernetes.api.builder.Visitable<ServiceMonitorSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ServiceMonitorSpec,ServiceMonitorSpecBuilder>
public class ServiceMonitorSpecBuilder extends ServiceMonitorSpecFluent<ServiceMonitorSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ServiceMonitorSpec,ServiceMonitorSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1.ServiceMonitorSpecFluent
ServiceMonitorSpecFluent.AttachMetadataNested<N>, ServiceMonitorSpecFluent.EndpointsNested<N>, ServiceMonitorSpecFluent.NamespaceSelectorNested<N>, ServiceMonitorSpecFluent.SelectorNested<N>
-
-
Constructor Summary
Constructors Constructor Description ServiceMonitorSpecBuilder()ServiceMonitorSpecBuilder(ServiceMonitorSpec instance)ServiceMonitorSpecBuilder(ServiceMonitorSpecFluent<?> fluent)ServiceMonitorSpecBuilder(ServiceMonitorSpecFluent<?> fluent, ServiceMonitorSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceMonitorSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1.ServiceMonitorSpecFluent
addAllToEndpoints, addAllToPodTargetLabels, addAllToScrapeProtocols, addAllToTargetLabels, addNewEndpoint, addNewEndpointLike, addToAdditionalProperties, addToAdditionalProperties, addToEndpoints, addToEndpoints, addToPodTargetLabels, addToPodTargetLabels, addToScrapeProtocols, addToScrapeProtocols, addToTargetLabels, addToTargetLabels, buildAttachMetadata, buildEndpoint, buildEndpoints, buildFirstEndpoint, buildLastEndpoint, buildMatchingEndpoint, buildNamespaceSelector, buildSelector, copyInstance, editAttachMetadata, editEndpoint, editFirstEndpoint, editLastEndpoint, editMatchingEndpoint, editNamespaceSelector, editOrNewAttachMetadata, editOrNewAttachMetadataLike, editOrNewNamespaceSelector, editOrNewNamespaceSelectorLike, editOrNewSelector, editOrNewSelectorLike, editSelector, equals, getAdditionalProperties, getBodySizeLimit, getConvertClassicHistogramsToNHCB, getFallbackScrapeProtocol, getFirstPodTargetLabel, getFirstScrapeProtocol, getFirstTargetLabel, getJobLabel, getKeepDroppedTargets, getLabelLimit, getLabelNameLengthLimit, getLabelValueLengthLimit, getLastPodTargetLabel, getLastScrapeProtocol, getLastTargetLabel, getMatchingPodTargetLabel, getMatchingScrapeProtocol, getMatchingTargetLabel, getNativeHistogramBucketLimit, getNativeHistogramMinBucketFactor, getPodTargetLabel, getPodTargetLabels, getSampleLimit, getScrapeClass, getScrapeClassicHistograms, getScrapeProtocol, getScrapeProtocols, getSelectorMechanism, getTargetLabel, getTargetLabels, getTargetLimit, hasAdditionalProperties, hasAttachMetadata, hasBodySizeLimit, hasConvertClassicHistogramsToNHCB, hasEndpoints, hasFallbackScrapeProtocol, hashCode, hasJobLabel, hasKeepDroppedTargets, hasLabelLimit, hasLabelNameLengthLimit, hasLabelValueLengthLimit, hasMatchingEndpoint, hasMatchingPodTargetLabel, hasMatchingScrapeProtocol, hasMatchingTargetLabel, hasNamespaceSelector, hasNativeHistogramBucketLimit, hasNativeHistogramMinBucketFactor, hasPodTargetLabels, hasSampleLimit, hasScrapeClass, hasScrapeClassicHistograms, hasScrapeProtocols, hasSelector, hasSelectorMechanism, hasTargetLabels, hasTargetLimit, removeAllFromEndpoints, removeAllFromPodTargetLabels, removeAllFromScrapeProtocols, removeAllFromTargetLabels, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromEndpoints, removeFromPodTargetLabels, removeFromScrapeProtocols, removeFromTargetLabels, removeMatchingFromEndpoints, setNewEndpointLike, setToEndpoints, setToPodTargetLabels, setToScrapeProtocols, setToTargetLabels, toString, withAdditionalProperties, withAttachMetadata, withBodySizeLimit, withConvertClassicHistogramsToNHCB, withConvertClassicHistogramsToNHCB, withEndpoints, withEndpoints, withFallbackScrapeProtocol, withJobLabel, withKeepDroppedTargets, withLabelLimit, withLabelNameLengthLimit, withLabelValueLengthLimit, withNamespaceSelector, withNativeHistogramBucketLimit, withNativeHistogramMinBucketFactor, withNewAttachMetadata, withNewAttachMetadata, withNewAttachMetadataLike, withNewNamespaceSelector, withNewNamespaceSelectorLike, withNewNativeHistogramMinBucketFactor, withNewNativeHistogramMinBucketFactor, withNewSelector, withNewSelectorLike, withPodTargetLabels, withPodTargetLabels, withSampleLimit, withScrapeClass, withScrapeClassicHistograms, withScrapeClassicHistograms, withScrapeProtocols, withScrapeProtocols, withSelector, withSelectorMechanism, withTargetLabels, withTargetLabels, withTargetLimit
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ServiceMonitorSpecBuilder
public ServiceMonitorSpecBuilder()
-
ServiceMonitorSpecBuilder
public ServiceMonitorSpecBuilder(ServiceMonitorSpecFluent<?> fluent)
-
ServiceMonitorSpecBuilder
public ServiceMonitorSpecBuilder(ServiceMonitorSpec instance)
-
ServiceMonitorSpecBuilder
public ServiceMonitorSpecBuilder(ServiceMonitorSpecFluent<?> fluent, ServiceMonitorSpec instance)
-
-
Method Detail
-
build
public ServiceMonitorSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ServiceMonitorSpec>
-
-