Package io.strimzi.api.kafka.model
Class ExternalLoggingFluentImpl<A extends ExternalLoggingFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.ExternalLoggingFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ExternalLoggingFluent<A>
- Direct Known Subclasses:
AbstractKafkaConnectSpecFluentImpl.ExternalLoggingNestedImpl,CruiseControlSpecFluentImpl.ExternalLoggingNestedImpl,EntityTopicOperatorSpecFluentImpl.ExternalLoggingNestedImpl,EntityUserOperatorSpecFluentImpl.ExternalLoggingNestedImpl,ExternalLoggingBuilder,KafkaBridgeSpecFluentImpl.ExternalLoggingNestedImpl,KafkaClusterSpecFluentImpl.ExternalLoggingNestedImpl,KafkaMirrorMakerSpecFluentImpl.ExternalLoggingNestedImpl,ZookeeperClusterSpecFluentImpl.ExternalLoggingNestedImpl
public class ExternalLoggingFluentImpl<A extends ExternalLoggingFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ExternalLoggingFluent<A>
Logging config comes from an existing, user-supplied config map
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classExternalLoggingFluentImpl.ValueFromNestedImpl<N>Representation for a value read from a given key of a config map in the same namespace as the referrer.-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.ExternalLoggingFluent
ExternalLoggingFluent.ValueFromNested<N>
-
-
Constructor Summary
Constructors Constructor Description ExternalLoggingFluentImpl()ExternalLoggingFluentImpl(ExternalLogging instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ExternalConfigurationReferencebuildValueFrom()ExternalLoggingFluent.ValueFromNested<A>editOrNewValueFrom()ExternalLoggingFluent.ValueFromNested<A>editOrNewValueFromLike(ExternalConfigurationReference item)ExternalLoggingFluent.ValueFromNested<A>editValueFrom()booleanequals(Object o)ExternalConfigurationReferencegetValueFrom()Deprecated.inthashCode()BooleanhasValueFrom()ExternalLoggingFluent.ValueFromNested<A>withNewValueFrom()ExternalLoggingFluent.ValueFromNested<A>withNewValueFromLike(ExternalConfigurationReference item)AwithValueFrom(ExternalConfigurationReference valueFrom)
-
-
-
Constructor Detail
-
ExternalLoggingFluentImpl
public ExternalLoggingFluentImpl()
-
ExternalLoggingFluentImpl
public ExternalLoggingFluentImpl(ExternalLogging instance)
-
-
Method Detail
-
getValueFrom
@Deprecated public ExternalConfigurationReference getValueFrom()
Deprecated.- Specified by:
getValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
buildValueFrom
public ExternalConfigurationReference buildValueFrom()
- Specified by:
buildValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withValueFrom
public A withValueFrom(ExternalConfigurationReference valueFrom)
- Specified by:
withValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
hasValueFrom
public Boolean hasValueFrom()
- Specified by:
hasValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewValueFrom
public ExternalLoggingFluent.ValueFromNested<A> withNewValueFrom()
- Specified by:
withNewValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
withNewValueFromLike
public ExternalLoggingFluent.ValueFromNested<A> withNewValueFromLike(ExternalConfigurationReference item)
- Specified by:
withNewValueFromLikein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
editValueFrom
public ExternalLoggingFluent.ValueFromNested<A> editValueFrom()
- Specified by:
editValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
editOrNewValueFrom
public ExternalLoggingFluent.ValueFromNested<A> editOrNewValueFrom()
- Specified by:
editOrNewValueFromin interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
editOrNewValueFromLike
public ExternalLoggingFluent.ValueFromNested<A> editOrNewValueFromLike(ExternalConfigurationReference item)
- Specified by:
editOrNewValueFromLikein interfaceExternalLoggingFluent<A extends ExternalLoggingFluent<A>>
-
-