io.quarkiverse.operatorsdk.annotations.SharedCSVMetadata Maven / Gradle / Ivy
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