全部搜尋項
bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 原始碼: golang-k8s-sigs-structured-merge-diff  ]

套件:golang-k8s-sigs-structured-merge-diff-dev(4.4.1+ds1-1)

golang-k8s-sigs-structured-merge-diff-dev 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 golang-k8s-sigs-structured-merge-diff

維護小組:

外部的資源:

相似套件:

implementation for "server-side apply" (library)

What is the apply operation?

It models resources in a control plane as having multiple "managers". Each manager is typically trying to manage only one aspect of a resource. The goal is to make it easy for disparate managers to make the changes they need without messing up the things that other managers are doing. In this system, both humans and machines (aka "controllers") act as managers.

To do this, it explicitly tracks (using the fieldset data structure) which fields each manager is currently managing.

Now, there are two basic mechanisms by which one modifies an object.

PUT/PATCH: This is a write command that says: "Make the object look EXACTLY like X".

APPLY: This is a write command that says: "The fields I manage should now look exactly like this (but I don't care about other fields)".

For PUT/PATCH, it deduces which fields will be managed based on what is changing. For APPLY, the user is explicitly stating which fields they wish to manage (and therefore requesting deletion of any fields that they used to manage but stop mentioning).

Any time a manager begins managing some new field, that field is removed from all other managers. If the manager is using the APPLY command, it calls these conflicts, and will not proceed unless the user passes the "force" option. This prevents accidentally setting fields which some other entity is managing.

PUT/PATCH always "force". They are mostly used by automated systems, which won't do anything productive with a new error type.

其他與 golang-k8s-sigs-structured-merge-diff-dev 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 golang-k8s-sigs-structured-merge-diff-dev

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 148。0 kB2,241。0 kB [檔案列表]