Package io.strimzi.api.kafka.model
Interface AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<N>
-
- All Superinterfaces:
ExternalConfigurationFluent<AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
AbstractKafkaConnectSpecFluentImpl.ExternalConfigurationNestedImpl
- Enclosing interface:
- AbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
public static interface AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, ExternalConfigurationFluent<AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.connect.ExternalConfigurationFluent
ExternalConfigurationFluent.EnvNested<N>, ExternalConfigurationFluent.VolumesNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendExternalConfiguration()-
Methods inherited from interface io.strimzi.api.kafka.model.connect.ExternalConfigurationFluent
addAllToEnv, addAllToVolumes, addNewEnv, addNewEnvLike, addNewVolume, addNewVolumeLike, addToEnv, addToEnv, addToVolumes, addToVolumes, buildEnv, buildEnv, buildFirstEnv, buildFirstVolume, buildLastEnv, buildLastVolume, buildMatchingEnv, buildMatchingVolume, buildVolume, buildVolumes, editEnv, editFirstEnv, editFirstVolume, editLastEnv, editLastVolume, editMatchingEnv, editMatchingVolume, editVolume, getEnv, getVolumes, hasEnv, hasMatchingEnv, hasMatchingVolume, hasVolumes, removeAllFromEnv, removeAllFromVolumes, removeFromEnv, removeFromVolumes, removeMatchingFromEnv, removeMatchingFromVolumes, setNewEnvLike, setNewVolumeLike, setToEnv, setToVolumes, withEnv, withEnv, withVolumes, withVolumes
-
-