Skip to content

Commit e45bfb5

Browse files
authored
Merge pull request #32860 from miteshskj/replicationctrl-review
Adding link for client library to client-libraries page.
2 parents a63179c + a21e006 commit e45bfb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/controllers/replicationcontroller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ delete`](/docs/reference/generated/kubectl/kubectl-commands#delete). Kubectl wi
185185
for it to delete each pod before deleting the ReplicationController itself. If this kubectl
186186
command is interrupted, it can be restarted.
187187

188-
When using the REST API or Go client library, you need to do the steps explicitly (scale replicas to
188+
When using the REST API or [client library](/docs/reference/using-api/client-libraries), you need to do the steps explicitly (scale replicas to
189189
0, wait for pod deletions, then delete the ReplicationController).
190190

191191
### Deleting only a ReplicationController
@@ -194,7 +194,7 @@ You can delete a ReplicationController without affecting any of its pods.
194194

195195
Using kubectl, specify the `--cascade=orphan` option to [`kubectl delete`](/docs/reference/generated/kubectl/kubectl-commands#delete).
196196

197-
When using the REST API or Go client library, you can delete the ReplicationController object.
197+
When using the REST API or [client library](/docs/reference/using-api/client-libraries), you can delete the ReplicationController object.
198198

199199
Once the original is deleted, you can create a new ReplicationController to replace it. As long
200200
as the old and new `.spec.selector` are the same, then the new one will adopt the old pods.

0 commit comments

Comments
 (0)