Class OTLPConfigFluent<A extends OTLPConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.OTLPConfigFluent<A>
-
- Direct Known Subclasses:
CommonPrometheusFieldsFluent.OtlpNested,OTLPConfigBuilder,PrometheusAgentSpecFluent.OtlpNested,PrometheusSpecFluent.OtlpNested
public class OTLPConfigFluent<A extends OTLPConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description OTLPConfigFluent()OTLPConfigFluent(OTLPConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
OTLPConfigFluent
public OTLPConfigFluent()
-
OTLPConfigFluent
public OTLPConfigFluent(OTLPConfig instance)
-
-
Method Detail
-
addAllToIgnoreResourceAttributes
public A addAllToIgnoreResourceAttributes(Collection<String> items)
-
addAllToPromoteResourceAttributes
public A addAllToPromoteResourceAttributes(Collection<String> items)
-
copyInstance
protected void copyInstance(OTLPConfig instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OTLPConfigFluent<A>>
-
getConvertHistogramsToNHCB
public Boolean getConvertHistogramsToNHCB()
-
getFirstIgnoreResourceAttribute
public String getFirstIgnoreResourceAttribute()
-
getFirstPromoteResourceAttribute
public String getFirstPromoteResourceAttribute()
-
getIgnoreResourceAttribute
public String getIgnoreResourceAttribute(int index)
-
getKeepIdentifyingResourceAttributes
public Boolean getKeepIdentifyingResourceAttributes()
-
getLastIgnoreResourceAttribute
public String getLastIgnoreResourceAttribute()
-
getLastPromoteResourceAttribute
public String getLastPromoteResourceAttribute()
-
getMatchingIgnoreResourceAttribute
public String getMatchingIgnoreResourceAttribute(Predicate<String> predicate)
-
getMatchingPromoteResourceAttribute
public String getMatchingPromoteResourceAttribute(Predicate<String> predicate)
-
getPromoteAllResourceAttributes
public Boolean getPromoteAllResourceAttributes()
-
getPromoteResourceAttribute
public String getPromoteResourceAttribute(int index)
-
getTranslationStrategy
public String getTranslationStrategy()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasConvertHistogramsToNHCB
public boolean hasConvertHistogramsToNHCB()
-
hasIgnoreResourceAttributes
public boolean hasIgnoreResourceAttributes()
-
hasKeepIdentifyingResourceAttributes
public boolean hasKeepIdentifyingResourceAttributes()
-
hasMatchingIgnoreResourceAttribute
public boolean hasMatchingIgnoreResourceAttribute(Predicate<String> predicate)
-
hasMatchingPromoteResourceAttribute
public boolean hasMatchingPromoteResourceAttribute(Predicate<String> predicate)
-
hasPromoteAllResourceAttributes
public boolean hasPromoteAllResourceAttributes()
-
hasPromoteResourceAttributes
public boolean hasPromoteResourceAttributes()
-
hasTranslationStrategy
public boolean hasTranslationStrategy()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OTLPConfigFluent<A>>
-
removeAllFromIgnoreResourceAttributes
public A removeAllFromIgnoreResourceAttributes(Collection<String> items)
-
removeAllFromPromoteResourceAttributes
public A removeAllFromPromoteResourceAttributes(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withConvertHistogramsToNHCB
public A withConvertHistogramsToNHCB()
-
withIgnoreResourceAttributes
public A withIgnoreResourceAttributes(List<String> ignoreResourceAttributes)
-
withIgnoreResourceAttributes
public A withIgnoreResourceAttributes(String... ignoreResourceAttributes)
-
withKeepIdentifyingResourceAttributes
public A withKeepIdentifyingResourceAttributes()
-
withKeepIdentifyingResourceAttributes
public A withKeepIdentifyingResourceAttributes(Boolean keepIdentifyingResourceAttributes)
-
withPromoteAllResourceAttributes
public A withPromoteAllResourceAttributes()
-
withPromoteAllResourceAttributes
public A withPromoteAllResourceAttributes(Boolean promoteAllResourceAttributes)
-
withPromoteResourceAttributes
public A withPromoteResourceAttributes(List<String> promoteResourceAttributes)
-
withPromoteResourceAttributes
public A withPromoteResourceAttributes(String... promoteResourceAttributes)
-
-