Class ConfigBinding<O,T>

java.lang.Object
io.javaoperatorsdk.operator.config.loader.ConfigBinding<O,T>
Type Parameters:
O - the overrider type (e.g. ConfigurationServiceOverrider)
T - the value type expected for this key

public class ConfigBinding<O,T> extends Object
Associates a configuration key and its expected type with the setter that should be called on an overrider when the ConfigProvider returns a value for that key.