diff options
| author | whypro <whypro@live.com> | 2019-07-02 14:55:45 +0800 |
|---|---|---|
| committer | whypro <whypro@live.com> | 2019-07-02 14:55:45 +0800 |
| commit | e198e5aeedfb7e0ea5ad626565efca61f51aba8d (patch) | |
| tree | 34ef512de4eb88b02204f08f60ccdbf3e65ca6bf | |
| parent | 6a41010589b0ba425fbf8b84872538e586619d45 (diff) | |
Fix links in controller_history.md
| -rw-r--r-- | contributors/design-proposals/apps/controller_history.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/apps/controller_history.md b/contributors/design-proposals/apps/controller_history.md index d7140bea..e9384379 100644 --- a/contributors/design-proposals/apps/controller_history.md +++ b/contributors/design-proposals/apps/controller_history.md @@ -362,7 +362,7 @@ they have a nil revision. That is, without respect to the method of [version tracking](#version-tracking) used, the generated Objects may be treated as if they have a version that corresponds to no revision, and the controller may proceed to -[reconcile their state](target-object-state-reconciliation) as appropriate to +[reconcile their state](#target-object-state-reconciliation) as appropriate to the internal implementation. ## Kubectl @@ -442,7 +442,7 @@ create a `.Named` ControllerRevision via the API Server using a conflict, the method returns false. ### Unique Name Generation -We can use our [hash function](#hashsing) and +We can use our [hash function](#hashing) and [collision resolution](#collision-resolution) scheme to generate a system wide unique identifier for an Object based on a deterministic non-unique prefix and a serialized representation of the Object. Kubernetes Object's `.Name` |
