Package io.strimzi.api.kafka.model
Interface ExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
AbstractKafkaConnectSpecFluent.ExternalLoggingNested<N>,CruiseControlSpecFluent.ExternalLoggingNested<N>,EntityTopicOperatorSpecFluent.ExternalLoggingNested<N>,EntityUserOperatorSpecFluent.ExternalLoggingNested<N>,KafkaBridgeSpecFluent.ExternalLoggingNested<N>,KafkaClusterSpecFluent.ExternalLoggingNested<N>,KafkaMirrorMakerSpecFluent.ExternalLoggingNested<N>,ZookeeperClusterSpecFluent.ExternalLoggingNested<N>
- All Known Implementing Classes:
AbstractKafkaConnectSpecFluentImpl.ExternalLoggingNestedImpl,CruiseControlSpecFluentImpl.ExternalLoggingNestedImpl,EntityTopicOperatorSpecFluentImpl.ExternalLoggingNestedImpl,EntityUserOperatorSpecFluentImpl.ExternalLoggingNestedImpl,ExternalLoggingBuilder,ExternalLoggingFluentImpl,KafkaBridgeSpecFluentImpl.ExternalLoggingNestedImpl,KafkaClusterSpecFluentImpl.ExternalLoggingNestedImpl,KafkaMirrorMakerSpecFluentImpl.ExternalLoggingNestedImpl,ZookeeperClusterSpecFluentImpl.ExternalLoggingNestedImpl
public interface ExternalLoggingFluent<A extends ExternalLoggingFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Logging config comes from an existing, user-supplied config map
-
-
Nested Class Summary
Nested Classes 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.
-
Method Summary
-
-
-
Method Detail
-
getValueFrom
@Deprecated ExternalConfigurationReference getValueFrom()
Deprecated.
-
buildValueFrom
ExternalConfigurationReference buildValueFrom()
-
withValueFrom
A withValueFrom(ExternalConfigurationReference valueFrom)
-
hasValueFrom
Boolean hasValueFrom()
-
withNewValueFrom
ExternalLoggingFluent.ValueFromNested<A> withNewValueFrom()
-
withNewValueFromLike
ExternalLoggingFluent.ValueFromNested<A> withNewValueFromLike(ExternalConfigurationReference item)
-
editValueFrom
ExternalLoggingFluent.ValueFromNested<A> editValueFrom()
-
editOrNewValueFrom
ExternalLoggingFluent.ValueFromNested<A> editOrNewValueFrom()
-
editOrNewValueFromLike
ExternalLoggingFluent.ValueFromNested<A> editOrNewValueFromLike(ExternalConfigurationReference item)
-
-