10 references to KafkaContainerImageTags
Aspire.Hosting.Kafka (10)
KafkaBuilderExtensions.cs (10)
26
/// This version of the package defaults to the <inheritdoc cref="
KafkaContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
KafkaContainerImageTags
.Image"/> container image.
75
.WithImage(
KafkaContainerImageTags
.Image,
KafkaContainerImageTags
.Tag)
76
.WithImageRegistry(
KafkaContainerImageTags
.Registry)
85
/// This version of the package defaults to the <inheritdoc cref="
KafkaContainerImageTags
.KafkaUiTag"/> tag of the <inheritdoc cref="
KafkaContainerImageTags
.KafkaUiImage"/> container image.
107
.WithImage(
KafkaContainerImageTags
.KafkaUiImage,
KafkaContainerImageTags
.KafkaUiTag)
108
.WithImageRegistry(
KafkaContainerImageTags
.Registry)