All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.strimzi.api.kafka.KafkaBridgeList Maven / Gradle / Ivy

There is a newer version: 0.44.0
Show newest version
/*
 * Copyright Strimzi authors.
 * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
 */
package io.strimzi.api.kafka;

import io.fabric8.kubernetes.api.model.DefaultKubernetesResourceList;
import io.strimzi.api.kafka.model.KafkaBridge;

/**
 * A {@code DefaultKubernetesResourceList} required for using Fabric8 CRD support.
 */
public class KafkaBridgeList extends DefaultKubernetesResourceList {
    private static final long serialVersionUID = 1L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy