Javatar81 / devjoy

2 stars 0 forks source link

Implement initSpec for all CRDs #58

Open Javatar81 opened 7 months ago

Javatar81 commented 7 months ago

There is also an initStatus but its use is not recommended:

Note that this does not work, if the {@link CustomResource#initStatus() initStatus} is
    implemented, since it breaks the diffing process. Don't implement it if using this method.

https://github.com/operator-framework/java-operator-sdk/blob/3994f5ffc1fb000af81aa198abf72a5f75fd3e97/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/UpdateControl.java#L41-L42