Commit e123311d authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #47684 from nikhita/fix-cr-example

Automatic merge from submit-queue Fix link to apiextensions client-go example Fixes link to client-go example for apiextensions-apiserver. Fixing #47211. **Special notes for your reviewer**: When I run `hack/update-staging-client-go.sh`, I get this error: ``` !!! Error in staging/copy.sh:132 Error in staging/copy.sh:132. 'git commit -q -m "Snapshot" > /dev/null' exited with status 1 Call stack: 1: staging/copy.sh:132 main(...) Exiting with status 1 ``` What am I missing here? /cc @caesarxuchao @sttts **Release note**: ``` NONE ```
parents e8fb4abc 731a1ccb
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
For a client-go example using CustomResourceDefinitions, go to For a client-go example using CustomResourceDefinitions, go to
[k8s.io/apiextensions-apiserver/examples/client-go](https://git.k8s.io/apiextentions-apiserver/examples/client-go). [k8s.io/apiextensions-apiserver/examples/client-go](https://git.k8s.io/apiextensions-apiserver/examples/client-go).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment