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

io.quarkiverse.operatorsdk.annotations.SharedCSVMetadata Maven / Gradle / Ivy

There is a newer version: 6.9.0
Show newest version
package io.quarkiverse.operatorsdk.annotations;

/**
 * A marker interface used to identify classes bearing {@link CSVMetadata} that needs to be shared across reconcilers using the
 * same {@link CSVMetadata#name()} attribute. Note that sharing metadata without using {@link SharedCSVMetadata} is not allowed.
 */
public interface SharedCSVMetadata {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy