Uses of Interface
io.strimzi.api.kafka.model.ExternalConfigurationReferenceFluent
-
Packages that use ExternalConfigurationReferenceFluent Package Description io.strimzi.api.kafka.model -
-
Uses of ExternalConfigurationReferenceFluent in io.strimzi.api.kafka.model
Classes in io.strimzi.api.kafka.model with type parameters of type ExternalConfigurationReferenceFluent Modifier and Type Interface Description interfaceExternalConfigurationReferenceFluent<A extends ExternalConfigurationReferenceFluent<A>>Representation for a value read from a given key of a config map in the same namespace as the referrer.classExternalConfigurationReferenceFluentImpl<A extends ExternalConfigurationReferenceFluent<A>>Representation for a value read from a given key of a config map in the same namespace as the referrer.Subinterfaces of ExternalConfigurationReferenceFluent in io.strimzi.api.kafka.model Modifier and Type Interface Description static interfaceExternalLoggingFluent.ValueFromNested<N>Representation for a value read from a given key of a config map in the same namespace as the referrer.static interfaceJmxPrometheusExporterMetricsFluent.ValueFromNested<N>Representation for a value read from a given key of a config map in the same namespace as the referrer.Classes in io.strimzi.api.kafka.model that implement ExternalConfigurationReferenceFluent Modifier and Type Class Description classExternalConfigurationReferenceBuilderRepresentation for a value read from a given key of a config map in the same namespace as the referrer.classExternalConfigurationReferenceFluentImpl<A extends ExternalConfigurationReferenceFluent<A>>Representation for a value read from a given key of a config map in the same namespace as the referrer.classExternalLoggingFluentImpl.ValueFromNestedImpl<N>Representation for a value read from a given key of a config map in the same namespace as the referrer.classJmxPrometheusExporterMetricsFluentImpl.ValueFromNestedImpl<N>Representation for a value read from a given key of a config map in the same namespace as the referrer.Constructors in io.strimzi.api.kafka.model with parameters of type ExternalConfigurationReferenceFluent Constructor Description ExternalConfigurationReferenceBuilder(ExternalConfigurationReferenceFluent<?> fluent)ExternalConfigurationReferenceBuilder(ExternalConfigurationReferenceFluent<?> fluent, ExternalConfigurationReference instance)ExternalConfigurationReferenceBuilder(ExternalConfigurationReferenceFluent<?> fluent, ExternalConfigurationReference instance, Boolean validationEnabled)ExternalConfigurationReferenceBuilder(ExternalConfigurationReferenceFluent<?> fluent, Boolean validationEnabled)
-