Skip to content

Commit 461d1c1

Browse files
csvirimetacosm
andauthored
docs: javadoc on configuration service (#1232)
Co-authored-by: Chris Laprun <[email protected]>
1 parent e89d53b commit 461d1c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationServiceProvider.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
import java.util.function.Consumer;
44

5+
/**
6+
* For internal usage only, to avoid passing the operator configuration around. Preferred way to get
7+
* to the ConfigurationService is via the reconciliation context.
8+
*/
59
public class ConfigurationServiceProvider {
610
static final ConfigurationService DEFAULT =
711
new BaseConfigurationService(Utils.loadFromProperties());

0 commit comments

Comments
 (0)