All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addAllToMetricRelabelings(Collection<RelabelConfig> items) |
|
A |
addAllToParams(Collection<ProbeParam> items) |
|
A |
addAllToScrapeProtocols(Collection<String> items) |
|
ProbeSpecFluent.MetricRelabelingsNested<A> |
addNewMetricRelabeling() |
|
ProbeSpecFluent.MetricRelabelingsNested<A> |
addNewMetricRelabelingLike(RelabelConfig item) |
|
ProbeSpecFluent.ParamsNested<A> |
addNewParam() |
|
ProbeSpecFluent.ParamsNested<A> |
addNewParamLike(ProbeParam item) |
|
A |
addToAdditionalProperties(String key,
Object value) |
|
A |
addToAdditionalProperties(Map<String,Object> map) |
|
A |
addToMetricRelabelings(int index,
RelabelConfig item) |
|
A |
addToMetricRelabelings(RelabelConfig... items) |
|
A |
addToParams(int index,
ProbeParam item) |
|
A |
addToParams(ProbeParam... items) |
|
A |
addToScrapeProtocols(int index,
String item) |
|
A |
addToScrapeProtocols(String... items) |
|
SafeAuthorization |
buildAuthorization() |
|
BasicAuth |
buildBasicAuth() |
|
RelabelConfig |
buildFirstMetricRelabeling() |
|
ProbeParam |
buildFirstParam() |
|
RelabelConfig |
buildLastMetricRelabeling() |
|
ProbeParam |
buildLastParam() |
|
RelabelConfig |
buildMatchingMetricRelabeling(Predicate<RelabelConfigBuilder> predicate) |
|
ProbeParam |
buildMatchingParam(Predicate<ProbeParamBuilder> predicate) |
|
RelabelConfig |
buildMetricRelabeling(int index) |
|
List<RelabelConfig> |
buildMetricRelabelings() |
|
OAuth2 |
buildOauth2() |
|
ProbeParam |
buildParam(int index) |
|
List<ProbeParam> |
buildParams() |
|
ProberSpec |
buildProber() |
|
ProbeTargets |
buildTargets() |
|
SafeTLSConfig |
buildTlsConfig() |
|
protected void |
copyInstance(ProbeSpec instance) |
|
ProbeSpecFluent.AuthorizationNested<A> |
editAuthorization() |
|
ProbeSpecFluent.BasicAuthNested<A> |
editBasicAuth() |
|
ProbeSpecFluent.MetricRelabelingsNested<A> |
editFirstMetricRelabeling() |
|
ProbeSpecFluent.ParamsNested<A> |
editFirstParam() |
|
ProbeSpecFluent.MetricRelabelingsNested<A> |
editLastMetricRelabeling() |
|
ProbeSpecFluent.ParamsNested<A> |
editLastParam() |
|
ProbeSpecFluent.MetricRelabelingsNested<A> |
editMatchingMetricRelabeling(Predicate<RelabelConfigBuilder> predicate) |
|
ProbeSpecFluent.ParamsNested<A> |
editMatchingParam(Predicate<ProbeParamBuilder> predicate) |
|
ProbeSpecFluent.MetricRelabelingsNested<A> |
editMetricRelabeling(int index) |
|
ProbeSpecFluent.Oauth2Nested<A> |
editOauth2() |
|
ProbeSpecFluent.AuthorizationNested<A> |
editOrNewAuthorization() |
|
ProbeSpecFluent.AuthorizationNested<A> |
editOrNewAuthorizationLike(SafeAuthorization item) |
|
ProbeSpecFluent.BasicAuthNested<A> |
editOrNewBasicAuth() |
|
ProbeSpecFluent.BasicAuthNested<A> |
editOrNewBasicAuthLike(BasicAuth item) |
|
ProbeSpecFluent.Oauth2Nested<A> |
editOrNewOauth2() |
|
ProbeSpecFluent.Oauth2Nested<A> |
editOrNewOauth2Like(OAuth2 item) |
|
ProbeSpecFluent.ProberNested<A> |
editOrNewProber() |
|
ProbeSpecFluent.ProberNested<A> |
editOrNewProberLike(ProberSpec item) |
|
ProbeSpecFluent.TargetsNested<A> |
editOrNewTargets() |
|
ProbeSpecFluent.TargetsNested<A> |
editOrNewTargetsLike(ProbeTargets item) |
|
ProbeSpecFluent.TlsConfigNested<A> |
editOrNewTlsConfig() |
|
ProbeSpecFluent.TlsConfigNested<A> |
editOrNewTlsConfigLike(SafeTLSConfig item) |
|
ProbeSpecFluent.ParamsNested<A> |
editParam(int index) |
|
ProbeSpecFluent.ProberNested<A> |
editProber() |
|
ProbeSpecFluent.TargetsNested<A> |
editTargets() |
|
ProbeSpecFluent.TlsConfigNested<A> |
editTlsConfig() |
|
boolean |
equals(Object o) |
|
Map<String,Object> |
getAdditionalProperties() |
|
io.fabric8.kubernetes.api.model.SecretKeySelector |
getBearerTokenSecret() |
|
Boolean |
getConvertClassicHistogramsToNHCB() |
|
String |
getFallbackScrapeProtocol() |
|
String |
getFirstScrapeProtocol() |
|
String |
getInterval() |
|
String |
getJobName() |
|
Long |
getKeepDroppedTargets() |
|
Long |
getLabelLimit() |
|
Long |
getLabelNameLengthLimit() |
|
Long |
getLabelValueLengthLimit() |
|
String |
getLastScrapeProtocol() |
|
String |
getMatchingScrapeProtocol(Predicate<String> predicate) |
|
String |
getModule() |
|
Long |
getNativeHistogramBucketLimit() |
|
io.fabric8.kubernetes.api.model.Quantity |
getNativeHistogramMinBucketFactor() |
|
Long |
getSampleLimit() |
|
String |
getScrapeClass() |
|
Boolean |
getScrapeClassicHistograms() |
|
String |
getScrapeProtocol(int index) |
|
List<String> |
getScrapeProtocols() |
|
String |
getScrapeTimeout() |
|
Long |
getTargetLimit() |
|
boolean |
hasAdditionalProperties() |
|
boolean |
hasAuthorization() |
|
boolean |
hasBasicAuth() |
|
boolean |
hasBearerTokenSecret() |
|
boolean |
hasConvertClassicHistogramsToNHCB() |
|
boolean |
hasFallbackScrapeProtocol() |
|
int |
hashCode() |
|
boolean |
hasInterval() |
|
boolean |
hasJobName() |
|
boolean |
hasKeepDroppedTargets() |
|
boolean |
hasLabelLimit() |
|
boolean |
hasLabelNameLengthLimit() |
|
boolean |
hasLabelValueLengthLimit() |
|
boolean |
hasMatchingMetricRelabeling(Predicate<RelabelConfigBuilder> predicate) |
|
boolean |
hasMatchingParam(Predicate<ProbeParamBuilder> predicate) |
|
boolean |
hasMatchingScrapeProtocol(Predicate<String> predicate) |
|
boolean |
hasMetricRelabelings() |
|
boolean |
hasModule() |
|
boolean |
hasNativeHistogramBucketLimit() |
|
boolean |
hasNativeHistogramMinBucketFactor() |
|
boolean |
hasOauth2() |
|
boolean |
hasParams() |
|
boolean |
hasProber() |
|
boolean |
hasSampleLimit() |
|
boolean |
hasScrapeClass() |
|
boolean |
hasScrapeClassicHistograms() |
|
boolean |
hasScrapeProtocols() |
|
boolean |
hasScrapeTimeout() |
|
boolean |
hasTargetLimit() |
|
boolean |
hasTargets() |
|
boolean |
hasTlsConfig() |
|
A |
removeAllFromMetricRelabelings(Collection<RelabelConfig> items) |
|
A |
removeAllFromParams(Collection<ProbeParam> items) |
|
A |
removeAllFromScrapeProtocols(Collection<String> items) |
|
A |
removeFromAdditionalProperties(String key) |
|
A |
removeFromAdditionalProperties(Map<String,Object> map) |
|
A |
removeFromMetricRelabelings(RelabelConfig... items) |
|
A |
removeFromParams(ProbeParam... items) |
|
A |
removeFromScrapeProtocols(String... items) |
|
A |
removeMatchingFromMetricRelabelings(Predicate<RelabelConfigBuilder> predicate) |
|
A |
removeMatchingFromParams(Predicate<ProbeParamBuilder> predicate) |
|
ProbeSpecFluent.MetricRelabelingsNested<A> |
setNewMetricRelabelingLike(int index,
RelabelConfig item) |
|
ProbeSpecFluent.ParamsNested<A> |
setNewParamLike(int index,
ProbeParam item) |
|
A |
setToMetricRelabelings(int index,
RelabelConfig item) |
|
A |
setToParams(int index,
ProbeParam item) |
|
A |
setToScrapeProtocols(int index,
String item) |
|
String |
toString() |
|
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
|
A |
withAuthorization(SafeAuthorization authorization) |
|
A |
withBasicAuth(BasicAuth basicAuth) |
|
A |
withBearerTokenSecret(io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret) |
|
A |
withConvertClassicHistogramsToNHCB() |
|
A |
withConvertClassicHistogramsToNHCB(Boolean convertClassicHistogramsToNHCB) |
|
A |
withFallbackScrapeProtocol(String fallbackScrapeProtocol) |
|
A |
withInterval(String interval) |
|
A |
withJobName(String jobName) |
|
A |
withKeepDroppedTargets(Long keepDroppedTargets) |
|
A |
withLabelLimit(Long labelLimit) |
|
A |
withLabelNameLengthLimit(Long labelNameLengthLimit) |
|
A |
withLabelValueLengthLimit(Long labelValueLengthLimit) |
|
A |
withMetricRelabelings(RelabelConfig... metricRelabelings) |
|
A |
withMetricRelabelings(List<RelabelConfig> metricRelabelings) |
|
A |
withModule(String module) |
|
A |
withNativeHistogramBucketLimit(Long nativeHistogramBucketLimit) |
|
A |
withNativeHistogramMinBucketFactor(io.fabric8.kubernetes.api.model.Quantity nativeHistogramMinBucketFactor) |
|
ProbeSpecFluent.AuthorizationNested<A> |
withNewAuthorization() |
|
ProbeSpecFluent.AuthorizationNested<A> |
withNewAuthorizationLike(SafeAuthorization item) |
|
ProbeSpecFluent.BasicAuthNested<A> |
withNewBasicAuth() |
|
ProbeSpecFluent.BasicAuthNested<A> |
withNewBasicAuthLike(BasicAuth item) |
|
A |
withNewBearerTokenSecret(String key,
String name,
Boolean optional) |
|
A |
withNewNativeHistogramMinBucketFactor(String amount) |
|
A |
withNewNativeHistogramMinBucketFactor(String amount,
String format) |
|
ProbeSpecFluent.Oauth2Nested<A> |
withNewOauth2() |
|
ProbeSpecFluent.Oauth2Nested<A> |
withNewOauth2Like(OAuth2 item) |
|
ProbeSpecFluent.ProberNested<A> |
withNewProber() |
|
ProbeSpecFluent.ProberNested<A> |
withNewProberLike(ProberSpec item) |
|
ProbeSpecFluent.TargetsNested<A> |
withNewTargets() |
|
ProbeSpecFluent.TargetsNested<A> |
withNewTargetsLike(ProbeTargets item) |
|
ProbeSpecFluent.TlsConfigNested<A> |
withNewTlsConfig() |
|
ProbeSpecFluent.TlsConfigNested<A> |
withNewTlsConfigLike(SafeTLSConfig item) |
|
A |
withOauth2(OAuth2 oauth2) |
|
A |
withParams(ProbeParam... params) |
|
A |
withParams(List<ProbeParam> params) |
|
A |
withProber(ProberSpec prober) |
|
A |
withSampleLimit(Long sampleLimit) |
|
A |
withScrapeClass(String scrapeClass) |
|
A |
withScrapeClassicHistograms() |
|
A |
withScrapeClassicHistograms(Boolean scrapeClassicHistograms) |
|
A |
withScrapeProtocols(String... scrapeProtocols) |
|
A |
withScrapeProtocols(List<String> scrapeProtocols) |
|
A |
withScrapeTimeout(String scrapeTimeout) |
|
A |
withTargetLimit(Long targetLimit) |
|
A |
withTargets(ProbeTargets targets) |
|
A |
withTlsConfig(SafeTLSConfig tlsConfig) |
|