You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in the above code snippet, the informer will have the initial namespaces inherited from
108
+
controller, but also will adjust the target namespaces if it changes for the controller.
109
+
110
+
See also
111
+
the [integration test](https://github.com/operator-framework/java-operator-sdk/tree/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/changenamespace)
112
+
for this feature.
113
+
55
114
## DependentResource-level configuration
56
115
57
116
`DependentResource` implementations can implement the `DependentResourceConfigurator` interface
@@ -61,7 +120,7 @@ provides specific support for the `KubernetesDependentResource`, which can be co
61
120
`KubernetesDependentResourceConfig` instance, which is then passed to the `configureWith` method
0 commit comments