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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceExternalLoggingFluent.ValueFromNested<N>
-
Method Summary
-
-
-
Method Detail
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(int[] arg1, int arg2, int arg3)
-
withNewName
A withNewName(char[] arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
withNewName
A withNewName(byte[] arg1, int arg2)
-
withNewName
A withNewName(byte[] arg1)
-
withNewName
A withNewName(char[] arg1, int arg2, int arg3)
-
withNewName
A withNewName(byte[] arg1, int arg2, int arg3)
-
withNewName
A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
-
getValueFrom
@Deprecated ExternalConfigurationReference getValueFrom()
Deprecated.This method has been deprecated, please use method buildValueFrom instead.- Returns:
- The buildable object.
-
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)
-
-