All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToEndpoints(Collection<Endpoint> items) |
A |
addAllToPodTargetLabels(Collection<String> items) |
A |
addAllToTargetLabels(Collection<String> items) |
ServiceMonitorSpecFluent.EndpointsNested<A> |
addNewEndpoint() |
ServiceMonitorSpecFluent.EndpointsNested<A> |
addNewEndpointLike(Endpoint item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToEndpoints(Endpoint... items) |
A |
addToEndpoints(int index,
Endpoint item) |
A |
addToPodTargetLabels(int index,
String item) |
A |
addToPodTargetLabels(String... items) |
A |
addToTargetLabels(int index,
String item) |
A |
addToTargetLabels(String... items) |
AttachMetadata |
buildAttachMetadata() |
Endpoint |
buildEndpoint(int index) |
List<Endpoint> |
buildEndpoints() |
Endpoint |
buildFirstEndpoint() |
Endpoint |
buildLastEndpoint() |
Endpoint |
buildMatchingEndpoint(Predicate<EndpointBuilder> predicate) |
NamespaceSelector |
buildNamespaceSelector() |
io.fabric8.kubernetes.api.model.LabelSelector |
buildSelector() |
protected void |
copyInstance(ServiceMonitorSpec instance) |
ServiceMonitorSpecFluent.AttachMetadataNested<A> |
editAttachMetadata() |
ServiceMonitorSpecFluent.EndpointsNested<A> |
editEndpoint(int index) |
ServiceMonitorSpecFluent.EndpointsNested<A> |
editFirstEndpoint() |
ServiceMonitorSpecFluent.EndpointsNested<A> |
editLastEndpoint() |
ServiceMonitorSpecFluent.EndpointsNested<A> |
editMatchingEndpoint(Predicate<EndpointBuilder> predicate) |
ServiceMonitorSpecFluent.NamespaceSelectorNested<A> |
editNamespaceSelector() |
ServiceMonitorSpecFluent.AttachMetadataNested<A> |
editOrNewAttachMetadata() |
ServiceMonitorSpecFluent.AttachMetadataNested<A> |
editOrNewAttachMetadataLike(AttachMetadata item) |
ServiceMonitorSpecFluent.NamespaceSelectorNested<A> |
editOrNewNamespaceSelector() |
ServiceMonitorSpecFluent.NamespaceSelectorNested<A> |
editOrNewNamespaceSelectorLike(NamespaceSelector item) |
ServiceMonitorSpecFluent.SelectorNested<A> |
editOrNewSelector() |
ServiceMonitorSpecFluent.SelectorNested<A> |
editOrNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item) |
ServiceMonitorSpecFluent.SelectorNested<A> |
editSelector() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFirstPodTargetLabel() |
String |
getFirstTargetLabel() |
String |
getJobLabel() |
Long |
getKeepDroppedTargets() |
Long |
getLabelLimit() |
Long |
getLabelNameLengthLimit() |
Long |
getLabelValueLengthLimit() |
String |
getLastPodTargetLabel() |
String |
getLastTargetLabel() |
String |
getMatchingPodTargetLabel(Predicate<String> predicate) |
String |
getMatchingTargetLabel(Predicate<String> predicate) |
String |
getPodTargetLabel(int index) |
List<String> |
getPodTargetLabels() |
Long |
getSampleLimit() |
String |
getTargetLabel(int index) |
List<String> |
getTargetLabels() |
Long |
getTargetLimit() |
boolean |
hasAdditionalProperties() |
boolean |
hasAttachMetadata() |
boolean |
hasEndpoints() |
int |
hashCode() |
boolean |
hasJobLabel() |
boolean |
hasKeepDroppedTargets() |
boolean |
hasLabelLimit() |
boolean |
hasLabelNameLengthLimit() |
boolean |
hasLabelValueLengthLimit() |
boolean |
hasMatchingEndpoint(Predicate<EndpointBuilder> predicate) |
boolean |
hasMatchingPodTargetLabel(Predicate<String> predicate) |
boolean |
hasMatchingTargetLabel(Predicate<String> predicate) |
boolean |
hasNamespaceSelector() |
boolean |
hasPodTargetLabels() |
boolean |
hasSampleLimit() |
boolean |
hasSelector() |
boolean |
hasTargetLabels() |
boolean |
hasTargetLimit() |
A |
removeAllFromEndpoints(Collection<Endpoint> items) |
A |
removeAllFromPodTargetLabels(Collection<String> items) |
A |
removeAllFromTargetLabels(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromEndpoints(Endpoint... items) |
A |
removeFromPodTargetLabels(String... items) |
A |
removeFromTargetLabels(String... items) |
A |
removeMatchingFromEndpoints(Predicate<EndpointBuilder> predicate) |
ServiceMonitorSpecFluent.EndpointsNested<A> |
setNewEndpointLike(int index,
Endpoint item) |
A |
setToEndpoints(int index,
Endpoint item) |
A |
setToPodTargetLabels(int index,
String item) |
A |
setToTargetLabels(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAttachMetadata(AttachMetadata attachMetadata) |
A |
withEndpoints(Endpoint... endpoints) |
A |
withEndpoints(List<Endpoint> endpoints) |
A |
withJobLabel(String jobLabel) |
A |
withKeepDroppedTargets(Long keepDroppedTargets) |
A |
withLabelLimit(Long labelLimit) |
A |
withLabelNameLengthLimit(Long labelNameLengthLimit) |
A |
withLabelValueLengthLimit(Long labelValueLengthLimit) |
A |
withNamespaceSelector(NamespaceSelector namespaceSelector) |
ServiceMonitorSpecFluent.AttachMetadataNested<A> |
withNewAttachMetadata() |
A |
withNewAttachMetadata(Boolean node) |
ServiceMonitorSpecFluent.AttachMetadataNested<A> |
withNewAttachMetadataLike(AttachMetadata item) |
ServiceMonitorSpecFluent.NamespaceSelectorNested<A> |
withNewNamespaceSelector() |
ServiceMonitorSpecFluent.NamespaceSelectorNested<A> |
withNewNamespaceSelectorLike(NamespaceSelector item) |
ServiceMonitorSpecFluent.SelectorNested<A> |
withNewSelector() |
ServiceMonitorSpecFluent.SelectorNested<A> |
withNewSelectorLike(io.fabric8.kubernetes.api.model.LabelSelector item) |
A |
withPodTargetLabels(List<String> podTargetLabels) |
A |
withPodTargetLabels(String... podTargetLabels) |
A |
withSampleLimit(Long sampleLimit) |
A |
withSelector(io.fabric8.kubernetes.api.model.LabelSelector selector) |
A |
withTargetLabels(List<String> targetLabels) |
A |
withTargetLabels(String... targetLabels) |
A |
withTargetLimit(Long targetLimit) |