Package io.strimzi.api.kafka.model
Interface ExternalConfigurationReferenceFluent<A extends ExternalConfigurationReferenceFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ExternalLoggingFluent.ValueFromNested<N>,JmxPrometheusExporterMetricsFluent.ValueFromNested<N>
- All Known Implementing Classes:
ExternalConfigurationReferenceBuilder,ExternalConfigurationReferenceFluentImpl,ExternalLoggingFluentImpl.ValueFromNestedImpl,JmxPrometheusExporterMetricsFluentImpl.ValueFromNestedImpl
public interface ExternalConfigurationReferenceFluent<A extends ExternalConfigurationReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.fabric8.kubernetes.api.model.ConfigMapKeySelectorgetConfigMapKeyRef()BooleanhasConfigMapKeyRef()AwithConfigMapKeyRef(io.fabric8.kubernetes.api.model.ConfigMapKeySelector configMapKeyRef)AwithNewConfigMapKeyRef(String key, String name, Boolean optional)
-