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