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
Copy file name to clipboardExpand all lines: common-deployment/src/main/java/io/quarkiverse/operatorsdk/common/DeserializedKubernetesResourcesBuildItem.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ public DeserializedKubernetesResourcesBuildItem(List<HasMetadata> resources) {
12
12
this.resources = resources;
13
13
}
14
14
15
+
/**
16
+
* Note that these resources are "live" so any modification made to them will be propagated anywhere this method is called
17
+
* and a reference on the result is kept so if you don't want local changes to be propagated, make a copy of the resources
0 commit comments