Interface KafkaClusterTemplateFluent.BootstrapServiceNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaClusterTemplateFluent.BootstrapServiceNested<N>>
,InternalServiceTemplateFluent<KafkaClusterTemplateFluent.BootstrapServiceNested<N>>
,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
KafkaClusterTemplateFluentImpl.BootstrapServiceNestedImpl
- Enclosing interface:
- KafkaClusterTemplateFluent<A extends KafkaClusterTemplateFluent<A>>
public static interface KafkaClusterTemplateFluent.BootstrapServiceNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, InternalServiceTemplateFluent<KafkaClusterTemplateFluent.BootstrapServiceNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.template.InternalServiceTemplateFluent
InternalServiceTemplateFluent.MetadataNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endBootstrapService()
-
Methods inherited from interface io.strimzi.api.kafka.model.template.InternalServiceTemplateFluent
addAllToIpFamilies, addToIpFamilies, addToIpFamilies, buildMetadata, editMetadata, editOrNewMetadata, editOrNewMetadataLike, getFirstIpFamily, getIpFamilies, getIpFamily, getIpFamilyPolicy, getLastIpFamily, getMatchingIpFamily, getMetadata, hasIpFamilies, hasIpFamilyPolicy, hasMatchingIpFamily, hasMetadata, removeAllFromIpFamilies, removeFromIpFamilies, setToIpFamilies, withIpFamilies, withIpFamilies, withIpFamilyPolicy, withMetadata, withNewMetadata, withNewMetadataLike
-
-