File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1414import io .fabric8 .kubernetes .api .model .ConfigMap ;
1515import io .fabric8 .kubernetes .api .model .HasMetadata ;
1616import io .fabric8 .kubernetes .api .model .Secret ;
17- import io .fabric8 .kubernetes .api .model .apps .DaemonSet ;
1817import io .fabric8 .kubernetes .api .model .apps .Deployment ;
1918import io .fabric8 .kubernetes .api .model .apps .StatefulSet ;
2019import io .fabric8 .kubernetes .client .Config ;
@@ -468,7 +467,7 @@ default boolean previousAnnotationForDependentResourcesEventFiltering() {
468467 * @return blocklist of resource classes where the previous version annotation won't be used.
469468 */
470469 default List <Class <? extends HasMetadata >> previousAnnotationUsageBlocklist () {
471- return List .of (Deployment .class , StatefulSet .class , DaemonSet . class );
470+ return List .of (Deployment .class , StatefulSet .class );
472471 }
473472
474473 /**
You can’t perform that action at this time.
0 commit comments