mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-22 21:27:07 +00:00
README.md: fix broken links to examples in & out of cluster
This commit is contained in:
parent
c7ed6bc9c1
commit
177f86d25f
@ -10,7 +10,7 @@ will give you head and doesn't handle the dependencies well.
|
|||||||
[](https://godoc.org/k8s.io/client-go)
|
[](https://godoc.org/k8s.io/client-go)
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [What's included](#whats-included)
|
- [What's included](#whats-included)
|
||||||
- [Versioning](#versioning)
|
- [Versioning](#versioning)
|
||||||
- [Compatibility: your code <-> client-go](#compatibility-your-code---client-go)
|
- [Compatibility: your code <-> client-go](#compatibility-your-code---client-go)
|
||||||
@ -142,7 +142,9 @@ management system. See [INSTALL.md](/INSTALL.md) for detailed instructions.
|
|||||||
|
|
||||||
### How to use it
|
### How to use it
|
||||||
|
|
||||||
If your application runs in a Pod in the cluster, please refer to the in-cluster [example](examples/in-cluster/main.go), otherwise please refer to the out-of-cluster [example](examples/out-of-cluster/main.go).
|
If your application runs in a Pod in the cluster, please refer to the
|
||||||
|
in-cluster [example](examples/in-cluster-client-configuration), otherwise please
|
||||||
|
refer to the out-of-cluster [example](examples/out-of-cluster-client-configuration).
|
||||||
|
|
||||||
### Dependency management
|
### Dependency management
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user