From e198e5aeedfb7e0ea5ad626565efca61f51aba8d Mon Sep 17 00:00:00 2001 From: whypro Date: Tue, 2 Jul 2019 14:55:45 +0800 Subject: Fix links in controller_history.md --- contributors/design-proposals/apps/controller_history.md | 4 ++-- 1 file 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` -- cgit v1.2.3