Class PrometheusTracingConfigFluent<A extends PrometheusTracingConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.PrometheusTracingConfigFluent<A>
-
- Direct Known Subclasses:
CommonPrometheusFieldsFluent.TracingConfigNested,PrometheusAgentSpecFluent.TracingConfigNested,PrometheusSpecFluent.TracingConfigNested,PrometheusTracingConfigBuilder
public class PrometheusTracingConfigFluent<A extends PrometheusTracingConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPrometheusTracingConfigFluent.TlsConfigNested<N>
-
Constructor Summary
Constructors Constructor Description PrometheusTracingConfigFluent()PrometheusTracingConfigFluent(PrometheusTracingConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
PrometheusTracingConfigFluent
public PrometheusTracingConfigFluent()
-
PrometheusTracingConfigFluent
public PrometheusTracingConfigFluent(PrometheusTracingConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PrometheusTracingConfig instance)
-
getClientType
public String getClientType()
-
hasClientType
public boolean hasClientType()
-
getCompression
public String getCompression()
-
hasCompression
public boolean hasCompression()
-
getEndpoint
public String getEndpoint()
-
hasEndpoint
public boolean hasEndpoint()
-
hasHeaders
public boolean hasHeaders()
-
getInsecure
public Boolean getInsecure()
-
hasInsecure
public boolean hasInsecure()
-
getSamplingFraction
public io.fabric8.kubernetes.api.model.Quantity getSamplingFraction()
-
withSamplingFraction
public A withSamplingFraction(io.fabric8.kubernetes.api.model.Quantity samplingFraction)
-
hasSamplingFraction
public boolean hasSamplingFraction()
-
getTimeout
public String getTimeout()
-
hasTimeout
public boolean hasTimeout()
-
buildTlsConfig
public TLSConfig buildTlsConfig()
-
hasTlsConfig
public boolean hasTlsConfig()
-
withNewTlsConfig
public PrometheusTracingConfigFluent.TlsConfigNested<A> withNewTlsConfig()
-
withNewTlsConfigLike
public PrometheusTracingConfigFluent.TlsConfigNested<A> withNewTlsConfigLike(TLSConfig item)
-
editTlsConfig
public PrometheusTracingConfigFluent.TlsConfigNested<A> editTlsConfig()
-
editOrNewTlsConfig
public PrometheusTracingConfigFluent.TlsConfigNested<A> editOrNewTlsConfig()
-
editOrNewTlsConfigLike
public PrometheusTracingConfigFluent.TlsConfigNested<A> editOrNewTlsConfigLike(TLSConfig item)
-
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 PrometheusTracingConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PrometheusTracingConfigFluent<A>>
-
withInsecure
public A withInsecure()
-
-