Skip to content

Commit 61c5f8d

Browse files
committed
Fix broken link in sample-controller
Signed-off-by: ialidzhikov <[email protected]>
1 parent 038e5fa commit 61c5f8d

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/sample-controller

1 file changed

+1
-1
lines changed

staging/src/k8s.io/sample-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The CRD in [`crd-status-subresource.yaml`](./artifacts/examples/crd-status-subre
159159
for custom resources.
160160
This means that [`UpdateStatus`](./controller.go#L330) can be used by the controller to update only the status part of the custom resource.
161161

162-
To understand why only the status part of the custom resource should be updated, please refer to the [Kubernetes API conventions](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status).
162+
To understand why only the status part of the custom resource should be updated, please refer to the [Kubernetes API conventions](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status).
163163

164164
In the above steps, use `crd-status-subresource.yaml` to create the CRD:
165165

0 commit comments

Comments
 (0)