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
-
copyInstance
protected void copyInstance(OTLPConfig instance)
-
getConvertHistogramsToNHCB
public Boolean getConvertHistogramsToNHCB()
-
hasConvertHistogramsToNHCB
public boolean hasConvertHistogramsToNHCB()
-
getKeepIdentifyingResourceAttributes
public Boolean getKeepIdentifyingResourceAttributes()
-
withKeepIdentifyingResourceAttributes
public A withKeepIdentifyingResourceAttributes(Boolean keepIdentifyingResourceAttributes)
-
hasKeepIdentifyingResourceAttributes
public boolean hasKeepIdentifyingResourceAttributes()
-
addAllToPromoteResourceAttributes
public A addAllToPromoteResourceAttributes(Collection<String> items)
-
removeAllFromPromoteResourceAttributes
public A removeAllFromPromoteResourceAttributes(Collection<String> items)
-
getPromoteResourceAttribute
public String getPromoteResourceAttribute(int index)
-
getFirstPromoteResourceAttribute
public String getFirstPromoteResourceAttribute()
-
getLastPromoteResourceAttribute
public String getLastPromoteResourceAttribute()
-
getMatchingPromoteResourceAttribute
public String getMatchingPromoteResourceAttribute(Predicate<String> predicate)
-
hasMatchingPromoteResourceAttribute
public boolean hasMatchingPromoteResourceAttribute(Predicate<String> predicate)
-
withPromoteResourceAttributes
public A withPromoteResourceAttributes(List<String> promoteResourceAttributes)
-
withPromoteResourceAttributes
public A withPromoteResourceAttributes(String... promoteResourceAttributes)
-
hasPromoteResourceAttributes
public boolean hasPromoteResourceAttributes()
-
getTranslationStrategy
public String getTranslationStrategy()
-
hasTranslationStrategy
public boolean hasTranslationStrategy()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OTLPConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OTLPConfigFluent<A>>
-
withConvertHistogramsToNHCB
public A withConvertHistogramsToNHCB()
-
withKeepIdentifyingResourceAttributes
public A withKeepIdentifyingResourceAttributes()
-
-