Interface KafkaConnectTemplateFluent.PodNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaConnectTemplateFluent.PodNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>,PodTemplateFluent<KafkaConnectTemplateFluent.PodNested<N>>
- All Known Implementing Classes:
KafkaConnectTemplateFluentImpl.PodNestedImpl
- Enclosing interface:
- KafkaConnectTemplateFluent<A extends KafkaConnectTemplateFluent<A>>
public static interface KafkaConnectTemplateFluent.PodNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, PodTemplateFluent<KafkaConnectTemplateFluent.PodNested<N>>
Representation of a pod template for Strimzi resources.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.template.PodTemplateFluent
PodTemplateFluent.MetadataNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendPod()-
Methods inherited from interface io.strimzi.api.kafka.model.template.PodTemplateFluent
addAllToHostAliases, addAllToImagePullSecrets, addAllToTolerations, addAllToTopologySpreadConstraints, addNewImagePullSecret, addNewToleration, addToHostAliases, addToHostAliases, addToImagePullSecrets, addToImagePullSecrets, addToTolerations, addToTolerations, addToTopologySpreadConstraints, addToTopologySpreadConstraints, buildMetadata, editMetadata, editOrNewMetadata, editOrNewMetadataLike, getAffinity, getEnableServiceLinks, getFirstHostAlias, getFirstImagePullSecret, getFirstToleration, getFirstTopologySpreadConstraint, getHostAlias, getHostAliases, getImagePullSecret, getImagePullSecrets, getLastHostAlias, getLastImagePullSecret, getLastToleration, getLastTopologySpreadConstraint, getMatchingHostAlias, getMatchingImagePullSecret, getMatchingToleration, getMatchingTopologySpreadConstraint, getMetadata, getPriorityClassName, getSchedulerName, getSecurityContext, getTerminationGracePeriodSeconds, getTmpDirSizeLimit, getToleration, getTolerations, getTopologySpreadConstraint, getTopologySpreadConstraints, hasAffinity, hasEnableServiceLinks, hasHostAliases, hasImagePullSecrets, hasMatchingHostAlias, hasMatchingImagePullSecret, hasMatchingToleration, hasMatchingTopologySpreadConstraint, hasMetadata, hasPriorityClassName, hasSchedulerName, hasSecurityContext, hasTerminationGracePeriodSeconds, hasTmpDirSizeLimit, hasTolerations, hasTopologySpreadConstraints, removeAllFromHostAliases, removeAllFromImagePullSecrets, removeAllFromTolerations, removeAllFromTopologySpreadConstraints, removeFromHostAliases, removeFromImagePullSecrets, removeFromTolerations, removeFromTopologySpreadConstraints, setToHostAliases, setToImagePullSecrets, setToTolerations, setToTopologySpreadConstraints, withAffinity, withEnableServiceLinks, withHostAliases, withHostAliases, withImagePullSecrets, withImagePullSecrets, withMetadata, withNewMetadata, withNewMetadataLike, withNewPriorityClassName, withNewSchedulerName, withNewTmpDirSizeLimit, withPriorityClassName, withSchedulerName, withSecurityContext, withTerminationGracePeriodSeconds, withTmpDirSizeLimit, withTolerations, withTolerations, withTopologySpreadConstraints, withTopologySpreadConstraints
-
-