Skip to content

Conversation

kfswain
Copy link
Collaborator

@kfswain kfswain commented Aug 20, 2025

What type of PR is this?
/kind bug

Which issue(s) this PR fixes:
Fixes: #1421

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Aug 20, 2025
Copy link

netlify bot commented Aug 20, 2025

Deploy Preview for gateway-api-inference-extension ready!

Name Link
🔨 Latest commit 31ae0e6
🔍 Latest deploy log https://app.netlify.com/projects/gateway-api-inference-extension/deploys/68a64f51124c8c00088cebab
😎 Deploy Preview https://deploy-preview-1422--gateway-api-inference-extension.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 20, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kfswain

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested review from ahg-g and danehans August 20, 2025 21:11
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 20, 2025
Makefile Outdated
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen,$(CONTROLLER_TOOLS_VERSION))

.PHONY: crd-ref-docs
crd-ref-docs: $(CRD_REF_DOCS) ## Download setup-envtest locally if necessary.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kfswain can you fix the target docs since ^ will show up in make help?

@danehans
Copy link
Contributor

Can you re-generate the docs after #1420 merges?

@danehans
Copy link
Contributor

I don't see the EndpointPickerRef docs being generated but maybe that's b/c a rebase is needed. Let's get this in and we can regen the API docs before v1.0 is cut.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 20, 2025
@k8s-ci-robot k8s-ci-robot merged commit 990bd74 into kubernetes-sigs:main Aug 20, 2025
10 checks passed
@kfswain
Copy link
Collaborator Author

kfswain commented Aug 20, 2025

I don't see the EndpointPickerRef docs being generated but maybe that's b/c a rebase is needed. Let's get this in and we can regen the API docs before v1.0 is cut.

/lgtm

Yup! Was handling other things to give time for that PR to merge, but we can update at release time also, nbd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: API Docs Fail to Generate

3 participants