[mod] Client library link is dead (#8734)
NG: https://kubernetes.io/docs/reference/client-libraries/ OK: https://kubernetes.io/docs/reference/using-api/client-libraries/ For example, this page contain dead link. https://kubernetes.io/docs/reference/ Old page is this, so its change is correct. https://v1-9.docs.kubernetes.io/docs/reference/client-libraries/ Note: China page don't have this link.
This commit is contained in:
committed by
k8s-ci-robot
parent
88a6607e39
commit
127b52afaf
@@ -18,7 +18,7 @@ This page explains how Kubernetes objects are represented in the Kubernetes API,
|
||||
|
||||
A Kubernetes object is a "record of intent"--once you create the object, the Kubernetes system will constantly work to ensure that object exists. By creating an object, you're effectively telling the Kubernetes system what you want your cluster's workload to look like; this is your cluster's **desired state**.
|
||||
|
||||
To work with Kubernetes objects--whether to create, modify, or delete them--you'll need to use the [Kubernetes API](/docs/concepts/overview/kubernetes-api/). When you use the `kubectl` command-line interface, for example, the CLI makes the necessary Kubernetes API calls for you. You can also use the Kubernetes API directly in your own programs using one of the [Client Libraries](/docs/reference/client-libraries/).
|
||||
To work with Kubernetes objects--whether to create, modify, or delete them--you'll need to use the [Kubernetes API](/docs/concepts/overview/kubernetes-api/). When you use the `kubectl` command-line interface, for example, the CLI makes the necessary Kubernetes API calls for you. You can also use the Kubernetes API directly in your own programs using one of the [Client Libraries](/docs/reference/using-api/client-libraries/).
|
||||
|
||||
### Object Spec and Status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user