We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7328817 commit 798d3f5Copy full SHA for 798d3f5
operator-framework/src/test/java/io/javaoperatorsdk/operator/InformerEventSourceIT.java
@@ -47,6 +47,7 @@ void testUsingInformerToWatchChangesOfConfigMap() {
47
void deletingSecondaryResource() {
48
var customResource = initialCustomResource();
49
customResource = operator.create(InformerEventSourceTestCustomResource.class, customResource);
50
+ waitForCRStatusValue(MISSING_CONFIG_MAP);
51
ConfigMap configMap =
52
operator.create(ConfigMap.class, relatedConfigMap(customResource.getMetadata().getName()));
53
waitForCRStatusValue(INITIAL_STATUS_MESSAGE);
0 commit comments