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
@@ -295,8 +295,8 @@ Advantages compared to imperative object configuration:
295
295
- Changes made directly to live objects are retained, even if they are not merged back into the configuration files.
296
296
- Declarative object configuration has better support for operating on directories and automatically detecting operation types (create, patch, delete) per-object.
297
297
-->
298
-
-即使未将对活动对象所做的更改未合并回到配置文件中,也将保留这些更改。
299
-
-声明性对象配置更好地支持对目录进行操作并自动检测每个对象的操作类型(创建,修补,删除)。
298
+
-对活动对象所做的更改即使未合并到配置文件中,也会被保留下来。
299
+
-声明性对象配置更好地支持对目录进行操作并自动检测每个文件的操作类型(创建,修补,删除)。
300
300
301
301
<!--
302
302
Disadvantages compared to imperative object configuration:
@@ -307,8 +307,8 @@ Disadvantages compared to imperative object configuration:
307
307
- Declarative object configuration is harder to debug and understand results when they are unexpected.
308
308
- Partial updates using diffs create complex merge and patch operations.
0 commit comments