Merge pull request #112514 from markmc/patch-1

client-go: remove reference to TPR in examples
This commit is contained in:
Kubernetes Prow Robot 2022-09-16 12:51:02 -07:00 committed by GitHub
commit 86c46a4bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ import _ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
- [**Work queues**](./workqueue): Create a hotloop-free controller with the - [**Work queues**](./workqueue): Create a hotloop-free controller with the
rate-limited workqueue and the [informer framework][informer]. rate-limited workqueue and the [informer framework][informer].
- [**Custom Resource Definition (successor of TPR)**](https://git.k8s.io/apiextensions-apiserver/examples/client-go): - [**Custom Resource Definition (CRD)**](https://git.k8s.io/apiextensions-apiserver/examples/client-go):
Register a custom resource type with the API, create/update/query this custom Register a custom resource type with the API, create/update/query this custom
type, and write a controller that drives the cluster state based on the changes to type, and write a controller that drives the cluster state based on the changes to
the custom resources. the custom resources.