RedPandaKafkaUiContainerResource Constructors
ClassConstructors1 member
A resource that represents a Kafka UI container (the
kafbat/kafka-ui image), a web UI for managing and inspecting one or more Kafka API compatible brokers such as Redpanda. Constructor(string)Section titled Constructor(string) A resource that represents a Kafka UI container (the
kafbat/kafka-ui image), a web UI for managing and inspecting one or more Kafka API compatible brokers such as Redpanda. public class RedPandaKafkaUiContainerResource{ public RedPandaKafkaUiContainerResource( string name) { // ... }}Parameters
namestringThe name of the resource.